ProspectRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/ProspectRequestBody.jsonlocalestring
Locale for prompts (default: config default)
Possible values: [it, en]
urlstringrequired
Target company URL
Possible values: non-empty
ProspectRequestBody
{
"$schema": "https://example.com/schemas/ProspectRequestBody.json",
"locale": "it",
"url": "string"
}