cURL
curl --request POST \ --url https://api.platform.arb.inc/cases/create \ --header 'Authorization: Bearer <token>'
{ "caseID": "2025-08-00292", "title": "Case 2025-08-00292" }
Makes a case for the user.
access token
Case successfully created.
Unique ID of the new case.
"2025-08-00292"
Short title for the case.
"Case 2025-08-00292"