cURL
curl --request POST \ --url https://api.example.com/v1/customers/{id}/teams \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "role": "<string>" } '
Team member invited successfully