Здравствуйте,
код состоит из 2 частей:
1. Получаем токен (тут все получается)
curl --location --request POST 'https://api.openprovider.eu/v1beta/auth/login/' \
--header 'Content-Type: text/plain' \
--data-raw '{"username": "[email protected]", "password": "Zennoposter123"}'
2. Сам запрос (тут не получается)
-header 'Authorization: Bearer 4320cfe654742bfbfcbc37a1b578becb' \
--header 'Content-Type: text/plain' \
--data-raw '{"domains": [{"extension": "lt", "name": "plotai"},{"extension": "com", "name": "some-amazing-example"}], "with_price": true}'
Вот инструкция: https://docs.openprovider.com/doc/all#tag/descDomainQuickstart
Прикрепляю сам проект
У кого выйдет это сделать отблагадарю.
код состоит из 2 частей:
1. Получаем токен (тут все получается)
curl --location --request POST 'https://api.openprovider.eu/v1beta/auth/login/' \
--header 'Content-Type: text/plain' \
--data-raw '{"username": "[email protected]", "password": "Zennoposter123"}'
2. Сам запрос (тут не получается)
-header 'Authorization: Bearer 4320cfe654742bfbfcbc37a1b578becb' \
--header 'Content-Type: text/plain' \
--data-raw '{"domains": [{"extension": "lt", "name": "plotai"},{"extension": "com", "name": "some-amazing-example"}], "with_price": true}'
Вот инструкция: https://docs.openprovider.com/doc/all#tag/descDomainQuickstart
Прикрепляю сам проект
У кого выйдет это сделать отблагадарю.
Вложения
-
10,2 КБ Просмотры: 75