{
"first_name": "string",
"last_name": "string",
"company_name": "string",
"business_type": 0,
"website": "http://example.com",
"country_code": "US",
"email": "user@example.com",
"password": "string"
}curl --location --request POST 'https://api-public.groundtruth.com/users/signup?utm_source&utm_medium&utm_campaign' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "string",
"last_name": "string",
"company_name": "string",
"business_type": 0,
"website": "http://example.com",
"country_code": "US",
"email": "user@example.com",
"password": "string"
}'{
"user_id": 0,
"tenant_id": 0,
"organization_id": 0,
"account_id": 0
}