post http://{localIP}/alarm_control_panel//
Sends a command to arm or disarm the alarm system, with an optional code (if configured). If the correct
conditions are met, the alarm system will change state according to the command sent.
A valid request will always return a 200 OK status response. This does not indicate that the command
or state change was successful, it only indicates that the command was valid and the call was issued.
You should check the state or event stream following the commanad do verify the state change.