curl --request POST \
--url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/visual-embeds \
--header 'Content-Type: application/json' \
--data '
{
"category_id": "<string>",
"gcs_url": "<string>",
"quote_text": "<string>",
"is_active": true
}
'{
"success": true,
"data": {}
}Add a new visual embed.
curl --request POST \
--url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/visual-embeds \
--header 'Content-Type: application/json' \
--data '
{
"category_id": "<string>",
"gcs_url": "<string>",
"quote_text": "<string>",
"is_active": true
}
'{
"success": true,
"data": {}
}