Authorization: Bearer ********************
curl --location --request POST '/auth/email' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "new_email": "user@example.com" }'
{}