apikey: ********************{
"id": "gen_random_uuid()",
"auth_user_id": "990d439e-9996-4264-8929-f50029888dd9",
"first_name": "string",
"last_name": "string",
"phone": "string",
"email": "string",
"dob": "2019-08-24",
"created_at": "now()",
"updated_at": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b"
}curl --location --request POST '/profiles' \
--header 'apikey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "gen_random_uuid()",
"auth_user_id": "990d439e-9996-4264-8929-f50029888dd9",
"first_name": "string",
"last_name": "string",
"phone": "string",
"email": "string",
"dob": "2019-08-24",
"created_at": "now()",
"updated_at": "string",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b"
}'{}