{
"orderId": "string"
}curl --location --request POST '/v2/stable/collect/order/reject' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string"
}'{
"orderId": "string",
"orderStatus": "string",
"accountName": "string",
"externalAccountId": "string",
"currency": "string",
"amount": "string",
"paymentMethod": "string",
"createTime": "string",
"completeTime": "string",
"walletId": "string",
"walletAddress": "string",
"transactionId": "string",
"payer": {
"name": "string",
"walletAddress": "string",
"walletNetwork": "string"
},
"quote": {
"quoteId": "string",
"price": "string",
"fee": "string"
},
"aml": {
"amlStatus": "string",
"amlRemarks": "string"
}
}