post https://api.demo.getontop.com/login/login
curl --location 'https://api.demo.getontop.com/login/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]",
"password": "NuevaContraseña123!",
"rememberMe": false,
"user": "[email protected]",
"ip": ""
}'