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": {
"trade_id": 1234567,
"timestamp": 1646154525,
"fiat_id": "b88b8466-efe3-11eb-b56f-0691764446a7",
"fiat_balance": "323000.78000000",
"amount_to_deposit": "123.00000000"
}
}'