POST
curl -i -X POST \
'https://matric-docs.redocly.app/_mock/openapi/api/v1/token/?login_type=string' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d grant_type=string \
-d username=string \
-d 'password=pa$$word' \
-d scope= \
-d client_id=string \
-d 'client_secret=pa$$word'Response
{ "access_token": "string", "token_type": "string", "expires_in": 0 }