curl --location 'https://api.trustpay.money/notify_url' \
--header 'Content-Type: application/json' \
--data '{
"order_no": "v10101010101",
"status": 4,
"card_id": 57,
"amount": 35,
"fee": 11,
"balance": 24,
"type": "OPEN_CARD",
"reason": "",
"sign": ""
}'{}