curl --request POST \
--url https://api.example.com/api/v1/prompts/enhancer \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"conversation_id": "<string>",
"prompt": "<string>"
}
'"<string>"curl --request POST \
--url https://api.example.com/api/v1/prompts/enhancer \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"conversation_id": "<string>",
"prompt": "<string>"
}
'"<string>"