POST https://{APIDOAMIN}/api-v1/groups/create
{
"message": "Group created",
"data": {
"uuid": "6e6c3c25-2896-4f69-90b2-1a50605f2cc5",
"name": "NHS",
"type": "INST",
"parent": {
"name": "PfP Test Organisation",
"uuid": null
}
}
}
{
"message": "Group created",
"data": {
"uuid": "38b427d5-0733-4731-8a65-12655da39b82",
"name": "An example department",
"type": "DEPT",
"parent": {
"name": "NHS",
"uuid": "6e6c3c25-2896-4f69-90b2-1a50605f2cc5"
}
}