curl --request POST \
--url https://dataapi.dncscrub.com/v1.5/GeoScrub/LegalCallTimesForDate \
--header 'Content-Type: application/json' \
--data '
{
"LegalCallTimesForDate": [
{
"PhoneNumber": "<string>",
"Date": "2023-11-07T05:31:56Z",
"DNCProjId": "<string>",
"NumberOfDays": 123
}
]
}
'