post https://api.nudgesecurity.io/api/1.0/apps/app-category/
Responses
xxxxxxxxxx
curl --request POST \
--url https://api.nudgesecurity.io/api/1.0/apps/app-category/app_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"category": "Finance"
}
'
xxxxxxxxxx
{
"status": 200
}