curl --location --request GET '/api/v1/users/find_by_email?email' \ --header 'Authorization;'
{ "exists": true, "user": { "id": 0, "email": "user@example.com", "full_name": "string" } }