curl --location --request POST '/tenantapi/voice.sample/status' \ --header 'Token: {{token}}' \ --data-urlencode 'id=2'
{ "code": 0, "show": 0, "msg": "string", "data": [ "string" ] }