post https://localhost:8080/api/user/login
Authenticates user and returns api key for other requests
Log in to see full request history
Responses
Authenticates user and returns api key for other requests
xxxxxxxxxx
curl --request POST \
--url https://localhost:8080/api/user/login \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: