curl --location --request PUT 'https://useraccounts.srblabs.io/api/v1/apps/' \
--header 'Content-Type: application/json' \
--data-raw '{
"allowed_callback_urls": [
"https://mygame.com/new_callback",
"http://localhost:8080/auth"
],
"description": "Updated description.",
"name": "My Updated 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"
}