...
Блок кода | ||
---|---|---|
| ||
curl --location 'https://api-learn.ispringlearn.ru/webhook/confirm' \ --header 'X-Auth-Account-Url: https://myaccount.ispringlearnispring.ru' \ --header 'X-Auth-Email: email@email.com' \ --header 'X-Auth-Password: password' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --data '{ "subscriberName": "name", "code": "1759b14e-d387-11ed-88a2-42349c105193" }' |
...