{ "email": "test@poemwiki.org", "password": "test@poemwiki" }
curl --location 'https://poemwiki.zeabur.app/api/v1/user/login' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "test@poemwiki.org", "password": "test@poemwiki" }'
{ "data": { "access_token": "xxxx.xxxxx.xxxxxxx", "token_type": "Bearer", "expires_in": "2025-08-11T18:01:12.000000Z" }, "message": "", "code": 0 }