curl --request PATCH \
--url https://app.journeybee.io/api/v1/contacts/{contactId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"first_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"position": "<string>",
"phone_number": "<string>",
"tags": [
{}
]
}
'