curl --request POST \
--url https://your-instance.example.com/api/application-management \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"configurationName": "<string>",
"defaultStatus": "<string>",
"name": "<string>",
"description": "<string>",
"source": "Any",
"allowRecontact": false,
"status": "active"
}
'