X-BPN-API-KEY: ********************X-BPN-SIGNATURE: ********************X-BPN-TIMESTAMP: ********************curl --location '/v2/stable/wallet/usd-payout/order-details?orderId=undefined&requestId=undefined' \
--header 'X-BPN-API-KEY: <api-key>' \
--header 'X-BPN-SIGNATURE: <api-key>' \
--header 'X-BPN-TIMESTAMP: <api-key>'{
"orderId": "string",
"requestId": "string",
"orderStatus": "string",
"walletId": "string",
"amount": "string",
"currency": "string",
"ourFee": "string",
"payoutFee": "string",
"bankAccountId": "string",
"createTime": 0,
"completeTime": 0,
"failCode": "string",
"failReason": "string"
}