Closed galbwe closed 2 years ago
To reproduce:
docker compose up --build -d api
docker compose logs api
YOUR-TOKEN
curl -X GET "http://localhost:8000/leads?page=1&perpage=1" -H "accept: application/json" -H "Authorization: Bearer YOUR-TOKEN"
tag=Animals
curl -X GET "http://localhost:8000/leads?page=1&perpage=1&tag=Animals" -H "accept: application/json" -H "Authorization: Bearer YOUR-TOKEN"
To reproduce:
docker compose up --build -d api
docker compose logs api
YOUR-TOKEN
in the following command with the bearer token from the previous step, then send a request using pagination without tags: ``tag=Animals
to the query parameters: