curl --location --request PUT 'https://devapi.immigraflow.com/v1/users//cases/' \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"active": true,
"description": "string"
}'{
"success": true,
"message": "string",
"case": {
"id": 0,
"user_case_id": "FLOW1234567",
"receipt_number": "string",
"description": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"last_checked": "2019-08-24T14:15:22.123Z",
"active": true,
"update_count": 0,
"latest_update": {}
}
}