curl --request PATCH \
--url http://localhost:8080/main-menu/messages/{message_id} \
--header 'Content-Type: application/json' \
--data '
{
"message_text": "<string>",
"is_active": true,
"sort_order": 1
}
'{
"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 PATCH \
--url http://localhost:8080/main-menu/messages/{message_id} \
--header 'Content-Type: application/json' \
--data '
{
"message_text": "<string>",
"is_active": true,
"sort_order": 1
}
'{
"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"
}