curl --location --request POST 'https://useraccounts.srblabs.io/api/v1/organizations//apps' \
--header 'Content-Type: application/json' \
--data-raw '{
"allowed_callback_urls": [
"https://mygame.com/callback",
"http://localhost:3000/auth"
],
"description": "The client for the best game ever.",
"name": "My Amazing Game Client"
}'
{
"allowed_callback_urls": [
"https://myapp.com/auth",
"http://localhost:8080/callback"
],
"created_at": "2023-10-26T10:05:00Z",
"description": "The main client application for SAG",
"id": "c3d4e5f6-a7b8-9012-3456-7890abcdef01",
"name": "Super Awesome Game Client",
"organization_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef"
}