This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Method: POST | |
| # Headers | |
| # Authorization Bearer eyJhbGciO... (access token) | |
| # Content-Type: application/json | |
| # Body | |
| # { | |
| # "username": "test-user", | |
| # "groups": ["Comp1"], // doesn't work, even if it is in the docs | |
| # "lastName": "test", |