200, 201, 202 or 204 status to indicate that the data was received successfullycurl --location 'https://your-api-server.com' \
--header 'X-BTS-Idempotency-Key;' \
--header 'Signature;' \
--header 'Content-Digest;' \
--header 'Date;' \
--header 'Content-Type: application/json' \
--data '{
"params": {
"action": "verification",
"success": true,
"user_pid": "abcd1234-12ab-ab12-abcdef123456",
"timestamp": 1646154525
}
}'