...
Блок кода |
---|
curl --location 'https://api-learn.ispringlearn.comru/api/v3/token' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Accept: application/json' \ --data-urlencode 'client_id=788f274b-68f4-11ee-b2b4-d6615e040b19' \ --data-urlencode 'client_secret=j016Mzmqxn0RpRuDp5K4xeMfgdUnuFgs2g8LLIFt-ho' \ --data-urlencode 'grant_type=client_credentials' |
...