{
"typeIcon": "fa",
"icon": "fa-pencil",
"run": "start",
"class": "Prescription",
"title": "Prescription",
"shortcut": null,
"viewOn": "side",
"openIn": "content",
"parent": null,
"location": "/prescription",
"order": 0,
"position": "top"
}curl --location --request POST 'https://prod.your-api-server.com/api/v1/module' \
--header 'Content-Type: application/json' \
--data-raw '{
"typeIcon": "fa",
"icon": "fa-pencil",
"run": "start",
"class": "Prescription",
"title": "Prescription",
"shortcut": null,
"viewOn": "side",
"openIn": "content",
"parent": null,
"location": "/prescription",
"order": 0,
"position": "top"
}'{}