curl --location --request POST 'http://127.0.0.1/v1/applications//secrets' \ --header 'Content-Type: application/x-www-form-urlencoded'
{ "message": "string", "data": { "appSecret": "string", "id": "string" } }