curl --request GET \
--url https://api.kira.art/user/{userId}/feed{
"feeds": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"originImageId": "<string>",
"owner": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"nickname": "<string>",
"avatarUrl": "<string>",
"plan": "<string>"
},
"image": {
"imageId": "<string>",
"url": "<string>",
"blurUrl": "<string>",
"thumbUrl": "<string>",
"width": 123,
"height": 123,
"toolCallId": "<string>",
"toolName": "<string>",
"seed": 123,
"prompt": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"likedNumber": 123
}
],
"hasMore": true
}curl --request GET \
--url https://api.kira.art/user/{userId}/feed{
"feeds": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"originImageId": "<string>",
"owner": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"nickname": "<string>",
"avatarUrl": "<string>",
"plan": "<string>"
},
"image": {
"imageId": "<string>",
"url": "<string>",
"blurUrl": "<string>",
"thumbUrl": "<string>",
"width": 123,
"height": 123,
"toolCallId": "<string>",
"toolName": "<string>",
"seed": 123,
"prompt": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"likedNumber": 123
}
],
"hasMore": true
}