curl --location --request POST '/auth/verify-email' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "string" }'
{ "message": "string" }