curl --request POST \
--url https://serverroot/api/orderingMobility/v1/report/generate \
--header 'Accept: string' \
--header 'Content-Length: integer' \
--header 'X-ATT-ClientId: string' \
--header 'X-ATT-ConversationId: string' \
--header 'X-ATT-MessageId: string' \
--header 'content-type: application/json' \
--data '
{
"generateReportRequest": {
"accountGroupId": "a98765432109",
"ctn": "5555055525",
"accountType": "FAN",
"accountLevelValue": "12345678",
"reportType": "wirelessInventory",
"dateRange": {
"startDate": "MM/DD/YYYY",
"endDate": "MM/DD/YYYY"
}
}
}
'