Import Kitsu resource.
POST /import/kitsu/comments
curl \
-X POST http://localhost:8080/api/import/kitsu/comments \
-d '[{"id":"string"}]'
Request examples
[
{
"id": "string"
}
]
curl \
-X POST http://localhost:8080/api/import/kitsu/comments \
-d '[{"id":"string"}]'
[
{
"id": "string"
}
]