curl --location --request POST 'https://newsupport.xbit.pro/api/v1/payment' \
--header 'x-txc-payload;' \
--header 'x-txc-signature;' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nonce": 1707484035123,
"amountInCents": 10050,
"currency": "UAH",
"firstName": "John",
"lastName": "Doe",
"isAutoCodeRedeem": true
}'{
"paymentId": "43066701-0111-412c-8a0c-b8c06800449d",
"paymentUrl": "https://payment-gateway.com/pay/abc123",
"message": "Payment created successfully"
}