get https://example.com
New login endpoint to ensure more security π
curl --location 'https://api.demo.getontop.com/login/login/v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]",
"password": "password",
"rememberMe": false,
"recaptchaToken": "",
"user": "[email protected]",
"ip": "190.236.144.113",
"webDeviceInfo": "Backend"
}'