curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/blog/generate-images/batch \
--header 'Content-Type: application/json' \
--data '
{
"slugs": [
"<string>"
],
"all": false
}
'curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/blog/generate-images/batch \
--header 'Content-Type: application/json' \
--data '
{
"slugs": [
"<string>"
],
"all": false
}
'