curl --request PATCH \
--url https://api.sandbox.thrivory.com/v1/claims/{claim_id}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "created",
"reason": "<string>",
"external_reference": "<string>",
"effective_at": "2023-11-07T05:31:56Z"
}
'