POSThttps://api.projectmanager.com/api/data/resources/teams
Headers
Body Parameters
View in API Reference
Request
$curl -X POST https://api.projectmanager.com/api/data/resources/teams \
> -H "Authorization: Bearer " \
> -H "X-Integration-Name: foo" \
> -H "Content-Type: application/json" \
> -d '{
> "name": "foo"
>}'
Response