Organisation
Create a new organisation
post/organisation
Request body
Example request
{
"slug": "unsw-devsoc",
"name": "UNSW Software Development Society",
"admin": 1541815603606036500
}Response
OK
Example response
{
"message": "Successfully created organisation"
}