Authorization: ********************{
"name": "Alfred Hitchcock",
"email": "alfred@example.com",
"phone_number": "+19019019191 or +919876543210",
"metadata": {
"source": "website",
"location": "bangalore"
}
}curl --location --request POST 'https://app.trypeach.io/api/v1/contacts' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Alfred Hitchcock",
"email": "alfred@example.com",
"phone_number": "+19019019191 or +919876543210",
"metadata": {
"source": "website",
"location": "bangalore"
}
}'{
"name": "Alfred Hitchcock",
"language": "string",
"email": "alfred@example.com",
"phone_number": "+919988776655",
"metadata": {
"key": "value"
}
}