username:passwordAuthorization: Basic *****************{
"emails": [
"string"
]
}curl --location --request POST '/user/emails' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
"string"
]
}'[
{
"email": "user@example.com",
"primary": true,
"user_id": 0,
"username": "string",
"verified": true
}
]