[
{
"phoneNbr": "string"
}
]
curl --location --request POST '/so-mini-service/openapi/somini_api_occpyCertNbr' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"phoneNbr": "string"
}
]'
{
"resultObject": {
"handleResultCode": "0",
"occupyTransactionId": "6001030001202305293429817981",
"handleResultMsg": "成功"
},
"resultCode": "0",
"resultType": "0"
}