{ "email": "god_admin@example.com", "password": "password123" }
curl --location --request POST 'http://ec2-54-188-18-143.us-west-2.compute.amazonaws.com:4000/api/session' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "god_admin@example.com", "password": "password123" }'
{ "email": "manuable@manuable.com", "token": "token", "uuid": "IDENTIFICADOR_UNICO_DE_LA_CUENTA" }