POST https://auth.apps.kalmarenergi.se/realms/{realm}/protocol/openid-connect/token
{ 
    'username': 'your_email@domain.com', 
    'password': 'Your Password', 
    'client_id': 'stadshubb',
    'grant_type': 'password' 
}