Authorization: ********************curl --location '/api/teams//invite' \
--header 'X-Temper-Surface;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"invited_email": "string",
"role": "owner"
}'{
"created": "2019-08-24T14:15:22.123Z",
"expires_at": "2019-08-24T14:15:22.123Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"invited_by_profile_id": "aff8fcd7-81a6-4388-bf0b-9f64465f4029",
"invited_email": "string",
"revoked_at": "2019-08-24T14:15:22.123Z",
"role": "owner",
"status": "pending",
"team_id": "810007d0-bec5-486c-b5d1-28fcd8a079ba",
"token": "string"
}