cURL
curl --request GET \ --url https://pinapi.jackalprotocol.com/api/files \ --header 'Authorization: Bearer <token>'
List files with pagination
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation