curl --location 'https://api.demo.getontop.com/login/login' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "admin@client.com",
    "password": "NuevaContraseña123!",
    "rememberMe": false,
    "user": "admin@client.com",
    "ip": ""
}'
Language
Click Try It! to start a request and see the response here!