curl --request POST \
--url https://waas2-out-api.powersafe-rel.cc/api/v1/api/order/speedUp \
--header 'Content-Type: <content-type>' \
--header 'X-API-KEY: <x-api-key>' \
--data '
{
"callBackId": "D782243635",
"userId": 1,
"tenantUserId": "tenant123",
"tenantType": 1,
"amount": 0.5,
"symbol": "TRX",
"chainName": "TRON",
"txId": "tx12345",
"fromAddr": "fromAddress123",
"toAddr": "toAddress123",
"tag": ""
}
'