curl --request POST \
--url https://api.example.com/reporting \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"params": [
{
"key": "<string>",
"value": "<string>"
}
],
"uploadToConnectors": true,
"productIds": [
"<string>"
]
}
'