Authorization: Bearer ********************
curl --location --request POST '/admin/devices/198/user-device-command' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "command":"sync_down" }'
{}