Create menu group
POST
http://localhost:8080/api/v1/menu-groups
Create a new menu group for organizing drafts.
Authentication
X-Api-Keystring
API Key authentication via header
Headers
X-Tenant-IDstringOptional
Tenant identifier
Request
This endpoint expects an object.
namestringRequired
sortNumintegerRequired
menuIdslist of integersRequired
Response
Created
codeinteger
isSuccessboolean
messagestring
groupobject

