curl --request POST \
--url https://api.kira.art/publish \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageId": "<string>",
"toolCallId": "<string>",
"toolName": "<string>",
"seed": 123,
"prompt": "<string>",
"width": 123,
"height": 123
}
'