Authorization: Bearer ********************{ "status": 10, "ext_status": 0, "battery_status": 0 }curl --location 'http://127.0.0.1:3000/set_online_status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "status": 10, "ext_status": 0, "battery_status": 0 }'{}