{
"report": "members_grouped_count"
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/reporting/query/export' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"report": "members_grouped_count"
}'
{
"status": "pending"
}