Authorization: Bearer ********************
{ "poems": [ { "title": "string", "poet": "poet name", "poem": "poem line 1\npoem line 2\nxxxxxxxxx xx xxx xxx", "language_id": 2 } ] }
curl --location 'https://poemwiki.zeabur.app/api/v1/poem/import' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "poems": [ { "title": "string", "poet": "poet name", "poem": "poem line 1\npoem line 2\nxxxxxxxxx xx xxx xxx", "language_id": 2 } ] }'
{ "data": [ { "id": 196672, "url": "http://wiki.lol/p/MTkwNzEyMjQyNDIyODcxMjA=" } ], "message": "Thanks for your contribution!", "code": 0 }