curl --request POST \
--url https://app.dumplingai.com/api/v2/run \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "capability",
"id": "<string>",
"input": {},
"provider": "<string>",
"options": {
"include_native": true
}
}
'