{
"email": "string",
"phoneNumber": "string",
"city": "string",
"country": "string",
"state": "string",
"phoneCode": "string",
"bornDate": "string",
"direction": "string",
"numberId": "string",
"idType": "string",
"rh": "string",
"bloodType": "string",
"educationLevel": "string",
"institution": "string",
"title": "string",
"hasExperience": true,
"company": "string",
"jobtitle": "string",
"job_start_date": "string",
"job_end_date": "string",
"currentSalaryCurrency": "string",
"currentSalary": "string",
"expectedSalaryCurrencyDropdown": "string",
"expectedSalaryNumeric": "string",
"preferredName": "string",
"firstName": "string",
"lastName": "string"
}
curl --location --request PUT 'https://9f9l4tky3g.execute-api.us-east-1.amazonaws.com/dev/pragma/security/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"phoneNumber": "string",
"city": "string",
"country": "string",
"state": "string",
"phoneCode": "string",
"bornDate": "string",
"direction": "string",
"numberId": "string",
"idType": "string",
"rh": "string",
"bloodType": "string",
"educationLevel": "string",
"institution": "string",
"title": "string",
"hasExperience": true,
"company": "string",
"jobtitle": "string",
"job_start_date": "string",
"job_end_date": "string",
"currentSalaryCurrency": "string",
"currentSalary": "string",
"expectedSalaryCurrencyDropdown": "string",
"expectedSalaryNumeric": "string",
"preferredName": "string",
"firstName": "string",
"lastName": "string"
}'
{
"message": "string",
"status": 0,
"data": {}
}