Вот как выглядит команда curl:
Код: Выделить всё
curl -X GET "http://localhost:8000/locations/?limit=100" -H "accept: application/json" -H "Authorization: Bearer undefined"
Подробнее здесь: https://stackoverflow.com/questions/602 ... swagger-ui
Код: Выделить всё
curl -X GET "http://localhost:8000/locations/?limit=100" -H "accept: application/json" -H "Authorization: Bearer undefined"