Groups and Sections
Create Section
Create a new section.
This endpoint endpoint let's you create a new section. Only Group Managers and above can use this endpoint. Business Managers are restricted from accessing this endpoint. For more information about the group system, see the Groups and Sections description.
post/sections
Request body
Example request
{
"name": "Country",
"org_id": 1
}Response
OK
Example response
{
"id": 1
}