List anime watchlist

GET
/api/portfolio/anime

Returns my anime watchlist from AniList.

Response Body

application/json

application/json

curl -X GET "https://loading/api/portfolio/anime"
[
  {
    "title": "string",
    "site_url": "http://example.com",
    "cover_image": "http://example.com",
    "status": "string"
  }
]
{
  "error": "string"
}