curl --location --request GET 'https://useraccounts.srblabs.io/api/v1/organizations//apps'
[
{
"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"
}
]