Update user email properties
curl --request PATCH \
--url https://api.wacht.dev/users/{user_id}/emails/{email_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"is_primary": true,
"is_verified": true
}'{
"id": "<string>",
"email": "jsmith@example.com",
"is_primary": true,
"is_verified": true,
"verified_at": "2023-11-07T05:31:56Z"
}curl --request PATCH \
--url https://api.wacht.dev/users/{user_id}/emails/{email_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"is_primary": true,
"is_verified": true
}'{
"id": "<string>",
"email": "jsmith@example.com",
"is_primary": true,
"is_verified": true,
"verified_at": "2023-11-07T05:31:56Z"
}