Authorization: Bearer ********************
{
"id": 4,
"name": "test",
"parent_id": 0,
"path": "test",
"component": "test",
"sort_order": 2,
"icon": "http://dummyimage.com/100x100",
"route_name": "Test",
"hidden": 0
}
curl --location --request POST 'http://localhost:9999/api/menus/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 4,
"name": "test",
"parent_id": 0,
"path": "test",
"component": "test",
"sort_order": 2,
"icon": "http://dummyimage.com/100x100",
"route_name": "Test",
"hidden": 0
}'
{}