cURL
curl --request GET \ --url https://btca.dev/api/cli/threads \ --header 'Authorization: Bearer <token>'
{ "threads": [ {} ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Threads list