cURL
curl --request PATCH \ --url https://api.example.com/api/cases/{id}/assign_maker \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "assignee_id": 123 } '
Assign a case to a maker.
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this case.
Case assigned to maker successfully.