curl --location --request POST 'https://2e0a7m2i9j.execute-api.eu-central-1.amazonaws.com/prod/community/v1/user' \
--header 'x-api-key: api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "John",
"lastName": "Doe",
"email": "johndoe1@useturf.io",
"jobTitle": "Manager",
"companyName": "Turf",
"biography": "Hi, This is John",
"xUrl": "",
"linkedinUrl": "",
"profilePic": "https://randomuser.me/api/portraits/men/16.jpg"
}'{
"message": "string",
"data": {
"id": "string"
}
}