curl --request POST \
--url https://handauncle-backend-prod-205012263523.asia-south1.run.app/api/v1/second-opinion/preprompts \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"publicValue": "<string>",
"maskedValue": "<string>",
"description": "<string>",
"tags": [
"<string>"
]
}
'