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