Creates a respondent profile associated to your organizationId. Auto verified email and work email. To be used for testing in staging only.
cURL
curl --request POST \ --url https://api-staging.respondent.io/v1/profiles \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-secret: <x-api-secret>' \ --data '{ "email": "<string>", "workEmail": "<string>", "firstName": "<string>", "lastName": "<string>", "password": "<string>", "gender": "male" }'