curl --location 'teams/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"type": "individual"
}'{"success":false,"message":"Invalid token","result":null,"errors":null,"except":null}