Authorization: ********************curl --location --request PUT '/api/v1/schedules/?_method=PUT' \
--header 'Current-UserGroup: Administrator' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status_id": "2"
}'