curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/blog/inline-images \
--header 'Content-Type: application/json' \
--data '
{
"slug": "<string>",
"overwrite": false,
"referenceImageUrl": "<string>"
}
'curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/blog/inline-images \
--header 'Content-Type: application/json' \
--data '
{
"slug": "<string>",
"overwrite": false,
"referenceImageUrl": "<string>"
}
'