π¬Team APIs
Get All Teams
Authorization: Bearer your_jwt_token_here apikey: your_api_key_here Content-Type: application/json{ "data": [ ... ] }
Store Team
Authorization: Bearer your_jwt_token_here apikey: your_api_key_here Content-Type: application/json{ "name": "Team Name", ... }{ "message": "Team created successfully", "data": { ... } }
Update Team
Last updated