curl --request POST \
--url http://localhost:8080/main-menu/messages/{message_id}/toggle{
"id": 123,
"message_text": "<string>",
"is_active": true,
"sort_order": 123,
"created_by": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request POST \
--url http://localhost:8080/main-menu/messages/{message_id}/toggle{
"id": 123,
"message_text": "<string>",
"is_active": true,
"sort_order": 123,
"created_by": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}