curl --location -g --request POST 'https://localhost/api/v1/prompts//run?workspace_uuid={{workspace_uuid}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider": "openai",
"model": "gpt-4.1-mini",
"input": [
{
"key": "product",
"value": "Notion"
}
]
}'{}