...
Блок кода | ||
---|---|---|
| ||
curl --location 'https://api-learn.ispringlearn.ru/webhook/code/send' \ --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" }' |
...