ContactRequest
nameName (string)required
emailEmail (string)required
company object
anyOf
- string
- null
string
use_caseUse Case (string)required
Possible values: [fleet, workforce, secure, other]
messageMessage (string)required
website object
anyOf
- string
- null
string
ContactRequest
{
"name": "string",
"email": "string",
"company": "string",
"use_case": "fleet",
"message": "string",
"website": "string"
}