Authorization: ********************200, 201, 202 or 204 status to indicate that the data was received successfullycurl --location --request POST 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"pid": "1234abcd-12ab-12ab-12ab-123446abcdef",
"type": "withdrawal",
"reference": "bitpanda-123456-transfer",
"timestamp": 1646405271,
"fiat_id": "b88b8466-efe3-11eb-b56f-0691764446a7",
"fiat_amount": "12345.00000000"
}
}'