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