FrontToken: ********************[
{
"id": "string",
"paymentOrder": 0,
"title": "string"
}
]curl --location --request PUT '/front/user/sharedaccount/batchOrder' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "string",
"paymentOrder": 0,
"title": "string"
}
]'{
"error": true,
"data": {},
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}