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": {
"pid": "1234abcd-12ab-12ab-12ab-123446abcdef",
"type": "deposit",
"reference": "abc1234ed",
"timestamp": 1646708826,
"fiat_symbol": "EUR",
"fiat_amount": "323000.78000000"
}
}'