Authorization: Bearer ********************{
"monitor_wall_remotes": [{
"id": "1",
"sort": 11
}]
}curl --location --request PUT '/monitor-walls/remotes/sort' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"monitor_wall_remotes": [{
"id": "1",
"sort": 11
}]
}'{}