POST
/
api
/
organizations
Create a new organization
curl --request POST \
  --url https://axis-production-2887.up.railway.app/api/organizations \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{}

Body

application/json

The organization to create

The body is of type object.

Response

201 - application/json

The organization has been successfully created.

The response is of type object.