curl --location --request POST 'https://sso.gameown.io/api/applications' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "myapp",
"description": "application description",
"type": "management",
"accessType": "read",
"modules": [
"user"
]
}'