curl --location --request POST '/developers/applications' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Mon Application d'\''Intégration",
"description": "Application pour synchroniser les données avec notre système",
"website": "https://example.com",
"redirectUri": "https://example.com/callback"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"name": "string",
"description": "string",
"website": "string",
"redirectUri": "string",
"status": "ACTIVE",
"clientId": "bal_abc123def456",
"clientSecret": "string",
"rateLimit": 100,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}