# 1 - Login

<mark style="color:green;">`POST`</mark> `https://apigw.elekse.com/api/hoppa/auth/login/corporate`

### Headers

| Content-Type | Authorization |
| ------------ | ------------- |
| null         | null          |

### Body

```json
{
  "Username": "developer@example.com",
  "Password": "Dev12345!"
}
```
