Authorization: Bearer ********************{
"expiresAt": "string",
"maxUses": "string"
}curl --location --request PUT 'https://api.pitside.app/user/invite/' \
--header 'activeTeamId;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"expiresAt": "string",
"maxUses": "string"
}'{
"token": "aTqOV59e",
"expiresAt": "2027-05-01T00:40:12.044Z",
"maxUses": 468,
"teamNumber": 2207,
"revoked": false
}