curl --request PATCH \
--url https://waas-staging.embedly.ng/api/v1/customers/customer/{customerId}/updatecontact \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"organizationId": "<string>",
"mobileNumber": "<string>",
"emailAddress": "<string>"
}
'