curl --location --request POST '/api/v1/user/emails' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
"string"
]
}'[
{
"email": "user@example.com",
"primary": true,
"verified": true
}
]