curl --request POST \
--url https://api.promptlayer.com/dataset-from-filter-params \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"workspace_id": 123,
"q": "<string>",
"start_time": "<string>",
"end_time": "<string>",
"tags": [
{}
],
"metadata": [
{}
],
"scores": [
{}
],
"starred": true,
"prompt_template": {},
"limit": 123
}
'