curl --request POST \
--url https://cases.platform.arb.inc/evidence/uploads/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"caseID": "2025-08-00292",
"categoryID": "contract",
"description": "Signed service agreement dated January 1, 2025",
"contentType": "application/pdf"
}
'