{
"mobile": "string",
"model": "string"
}curl --location -g --request POST 'mxoc_mobile/mxoc_model_query?access_token={{access_token}}' \
--header 'groupName: {{groupName}}' \
--header 'accountid: {{accountId}}' \
--header 'X-GW-Router-Addr: {{X-GW-Router-Addr}}' \
--header 'Content-Type: {{Content-Type}}' \
--data-raw '{
"mobile": "string",
"model": "string"
}'{
"data": "string",
"errorCode": "string",
"message": "string",
"status": true,
"success": true
}