Authorization: Bearer ********************{
"is_display_alarm": false,
"screen_layout_direction": 1
}curl --location --request POST '/monitor-walls/global/setting' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_display_alarm": false,
"screen_layout_direction": 1
}'{}