curl --location --request POST 'https://localhost/api/v1/prompts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"profile_photo_key": "string",
"profile_photo_config": {
"emoji": "string",
"background_color": "string",
"preference": "emoji"
},
"content": "string",
"workspace_uuid": "8360bf61-4604-4f22-99dc-2afa910fd8c7",
"metadata": {
"input": [
{
"key": "string",
"label": "string",
"type": "string",
"required": true,
"options": [
"string"
]
}
]
},
"with": "string"
}'