For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/signup' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"builderRegion": "string",
"companyName": "string",
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"recaptchaToken": "string",
"phone": "string",
"countryCode": "string",
"password": "string"
}'{
"builderId": "4b6f0f50-c3ff-41b4-b331-cde5320182e5",
"name": "string",
"primaryAdminEmail": "string",
"status": "ACTIVE",
"planName": "string",
"userCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"logo": "string",
"subscription": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"created": "2019-08-24T14:15:22.123Z",
"createdBy": "string",
"modified": "2019-08-24T14:15:22.123Z",
"lastModifiedBy": "string",
"builder": "08746def-6863-458b-8214-a869185e8225",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"amountPaid": 0,
"maxProjects": 0,
"maxUsers": 0,
"active": true
}
}