curl --location --request POST 'https://chainhub.bitycle.com/pg/v1/requestRamzlink' \
--header 'Authorization: Token xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "user120",
"callback_url": "http://callback.yourSite.com",
"redirect_url": "http://www.redirect.yourSite.com",
"token": "USDT",
"required_amount": "100"
}'{
"message": "invoice created",
"invoice": {
"invoiceNumber": "6560cdb2",
"invoiceLink": "https://pay.bitycle.com/fa/invoice/fOdPI023YC",
"token": "USDT",
"createTime": "2025-11-21T20:35:26.000Z",
"expirationTime": "2025-11-21T22:35:26.000Z"
}
}