curl --location --request POST '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 '{
"receipt_number": "string",
"description": "string"
}'{
"success": true,
"message": "Case created successfully",
"case": {
"id": 2,
"user_case_id": "FLOW2160487",
"receipt_number": "EAC9999103412",
"description": "New I-130 filing",
"created_at": "2026-04-20 13:54:32",
"last_checked": null,
"active": true,
"initial_status": "CASE STATUS"
}
}