{
"applicationId": 1,
"module": "user"
}
curl --location --request DELETE 'https://sso.gameown.io/api/applications/scopes' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"applicationId": 1,
"module": "user"
}'
{}