{ "mobileId": 0 }
curl --location --request POST 'http://127.0.0.1:6873/api/v1/cloud-mobile/new-machine-status' \ --header 'Authorization: ' \ --header 'X-Nonce-Id: ' \ --header 'X-Api-Id: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "mobileId": 0 }'
{ "code": "", "data": { "availableQuantity": 0, "mobileId": 0, "status": true, "totalQuantity": 0 }, "msg": "" }