curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/discover/generate-image \
--header 'Content-Type: application/json' \
--data '
{
"type": "high-family",
"slug": "<string>"
}
'curl --request POST \
--url https://tiwih-api.vercel.app/api/v1/discover/generate-image \
--header 'Content-Type: application/json' \
--data '
{
"type": "high-family",
"slug": "<string>"
}
'