Authorization: ********************
{
"orderAmount": 0,
"userId": "string",
"orderId": "string"
}
curl --location --request POST '/management/order/settlementOrder' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"orderAmount": 0,
"userId": "string",
"orderId": "string"
}'
{
"code": "string",
"msg": "string",
"data": true,
"stackTraceMsg": "string"
}