curl --location --request POST 'https://api.rapira.net/open/crypto-processing/invoice//address/' \
--header 'Authorization: Bearer {{jwt-token}}' \
--header 'Content-Type: application/json'{
"address": "0x2160b49e72c84e0701990ba2376e28d0b941afb9",
"memo": null,
"tokenId": "BSC_USDT",
"contractAddress": "0x55d398326f99059fF775485246999027B3197955",
"chain": "BSC",
"coin": "USDT",
"coinDisplayFullName": "Tether",
"averageBlockTime": 3000,
"blockConfirmations": 10,
"createTimestamp": 1773841370215,
"transferAmount": 6.10,
"transferAmountWithoutNetworkFee": 6.00,
"exchangeRate": 3.673220397,
"lastCheckTimestamp": 1773841370233
}