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": {
"action": "verification",
"success": true,
"user_pid": "abcd1234-12ab-ab12-abcdef123456",
"timestamp": 1646154525
}
}'