Authorization: Bearer {API_KEY}
limit
and cursor
as query parameters.
The API response will have the following structure:
data
: Holds the requested results or data.
next
: Provides a starting cursor for the next set of results, if available.
previous
: Provides a starting cursor for the previous set of results, if applicable.