curl --location --request POST 'so-mini-service/openapi/somini_api_createPrePayOrder' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"areaCode": "025",
"userId": "3200000000001814",
"orderNbr": "2520230608000009901782",
"staffId": "80001012",
"orgId": "8001012",
"totalFee": 1,
"custId": 250008233941,
"custOrderId":123,
"verNum":0
}
]'
{}