Team
Create a team
Create a team for the company
post/api/v1/team
Request body
Example request
{
"company_id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Marketing Team"
}Response
Resource created successfully.
Create a team for the company
{
"company_id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Marketing Team"
}Resource created successfully.