curl --request POST \
--url https://api.example.com/v1/preregistrations \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"fullName": "<string>",
"companyName": "<string>",
"customFields": {},
"businessType": "<string>",
"useCase": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1/preregistrations \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"fullName": "<string>",
"companyName": "<string>",
"customFields": {},
"businessType": "<string>",
"useCase": "<string>"
}
'Preregistration submitted successfully