curl --location --request POST 'https://api.payland.info/api/v2/deposit' \
--header 'x-api-key: {{api_key}}' \
--header 'x-secret-key: {{secret_key}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "5317f3cb-f2d8-4942-9aa3-16945b06781a",
"first_name": "John",
"last_name": "Doe",
"username": "",
"email": "",
"phone": "",
"amount": 250,
"currency": "EUR",
"payment_method": "crypto",
"payment_type": "direct",
"callback_url": "https://www.site.com/callback/payland",
"success_url": "https://www.site.com/success",
"failure_url": "https://www.site.com/failure/",
"extra_fields":{}
}'