curl --location -g --request DELETE 'https://v1.popaap.cc/api/apps/?Authorization=Bearer {token}' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "My Application" }'
{ "message": "Application deleted" }