Authorization: Bearer ********************
{
"email": "user@example.com"
}
curl --location --request PATCH 'https://mock.apidog.com/m1/463678-0-default/customer-emails/' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com"
}'
{
"deletedAt": "2019-08-24T14:15:22Z",
"id": 1,
"email": "user@example.com"
}