Forum Discussion

Matthias's avatar
Matthias
New Contributor III
2 years ago

Username / password auth via post request

We've got a service that needs authentication via Post/Put request with the following body: ``` { "U":"someUsername", "P":"someSecurePassword", "L":"EN" } ```   Now with the rest post snap,...