{
"caseId": "C1124-0J3TG0",
"payoutMethod": 0
}curl --location --request POST '/api/pay/studypay/order/create' \
--header 'x-token: {{x-token}}' \
--header 'ebfs-key: apiKey' \
--header 'ebfs-timestamp: timestamp' \
--header 'ebfs-nonce;' \
--header 'ebfs-signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"caseId": "C1124-0J3TG0",
"payoutMethod": 0
}'{
"code": "string",
"data": {
"accountInfo": {
"accountNo": "string",
"bankName": "string",
"branchNumber": "string",
"holderName": "string"
},
"expirationTime": "2019-08-24T14:15:22.123Z",
"orderId": "string",
"payAmount": 0,
"payCurrency": "string",
"payableAmount": 0,
"payableCurrency": "string",
"redirectUrl": "string",
"reference": "string"
},
"errorArgs": [
{}
],
"message": "string"
}