200, 201, 202 or 204 status to indicate that the data was received successfullycurl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"id": "7e45651c-fba7-459f-a55b-9bccef67e570",
"user_id": "7e45651c-fba7-459f-a55b-9bccef67e571",
"type": "account-statement",
"display_name": "2024 Report",
"trigger": "schedule",
"created_at": "2024-01-01T00:00:00Z"
}
}'