username:password
Authorization: Basic *****************
{
"order": 2,
"content": "eyJlc3NpZCI6IldPT1NIIFBTSyIsImF1dGhfbWV0aG9kIjoid3BhLXBzayIsImhpZGRlbiI6ZmFsc2UsImlwNF9zZXR0aW5ncyI6eyJtZXRob2QiOiJhdXRvIn0sIndpZmlfc2VjdXJpdHkiOnsicHNrIjoid29vc2hyb2JvdGljczg4OCJ9fQ==",
"isConnectNow": true
}
curl --location --request POST '/woosh/robot/RobotWiFi' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"order": 2,
"content": "eyJlc3NpZCI6IldPT1NIIFBTSyIsImF1dGhfbWV0aG9kIjoid3BhLXBzayIsImhpZGRlbiI6ZmFsc2UsImlwNF9zZXR0aW5ncyI6eyJtZXRob2QiOiJhdXRvIn0sIndpZmlfc2VjdXJpdHkiOnsicHNrIjoid29vc2hyb2JvdGljczg4OCJ9fQ==",
"isConnectNow": true
}'
{}