POST
/
api
/
organizations
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
name
string
required
Minimum length: 2

Response

201 - application/json
The organization has been successfully created.

The response is of type object.