{
"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 'https://api-public.groundtruth.com/users/signup?utm_source=undefined&utm_medium=undefined&utm_campaign=undefined' \
--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
}