curl --location --request POST '/api/auth/change-email' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"newEmail": "string",
"callbackURL": "string"
}'
{
"status": true,
"message": "Email updated"
}