English
cURL
curl --request POST \ --url https://sandbox.killb.app/api/v2/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '
{ "accessToken": "<string>", "expiresIn": 3600000, "refreshToken": "<string>" }
Guide for the Auth can be found in Auths.
Number in milliseconds
3600000