Адрес рабочей среды: https://openapi.ru.laliexpress.com
curl --location --request POST 'https://openapi.ru.laliexpress.com/api/v1/shops/get-currency' \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <YOUR_API_TOKEN>'
Параметр | Тип | Описание |
---|---|---|
currency | string | Название валюты. |
{"data":{"currency":"USD"}}