cardIds
{ "cardIds": [ "123456789100", "123456789101" ] }
curl --location --request POST 'https://mcs-gateway.fscut.com/api/user_devices/current_state' \ --header 'Content-Type: application/json' \ --data-raw '{ "cardIds": [ "123456789100", "123456789101" ] }'
{ "status": 0, "msg": "OK", "data": [ { "cardId": "123456789100", "deviceState": "ALARMING" }, { "cardId": "123456789101", "deviceState": "STOP" } ] }