curl --request POST \
--url https://{host}.freeplay.ai/api/v2/projects/{project_id}/prompt-datasets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"input_names": [
"<string>"
],
"media_input_names": [
"<string>"
],
"support_history": false
}
'