curl --location --request GET 'https://api.conexteo.com/stops/all?page&limit' \
--header 'X-APP-ID: <api-key>' \
--header 'X-API-KEY: <api-key>'
{
"items": [
{
"id": 0,
"timestamp": "2019-08-24T14:15:22Z",
"recipient": "0606060606"
}
],
"meta": {
"itemCount": 0,
"totalItems": 0,
"itemsPerPage": 0,
"totalPages": 0,
"currentPage": 0
}
}