curl --location --request POST 'https://callerapi.com/api/partners/complaints/upload' \
--header 'Content-Type: application/json' \
--header 'x-auth;' \
--data-raw '[
{
"PhoneNumber": "+14155551234",
"CreatedDate": "2025-02-28T19:03:50Z",
"ViolationDate": "2025-02-28T15:05:00Z",
"ConsumerState": "Maryland",
"Subject": "Other",
"RecordedMessageOrRobocall": "Y",
"Comment": "User reported repeated robocalls"
},
{
"PhoneNumber": "+12125551234",
"CreatedDate": "2025-02-28T19:10:00Z",
"ViolationDate": "2025-02-28T18:55:00Z",
"ConsumerState": "California",
"Subject": "Telemarketing",
"RecordedMessageOrRobocall": "N",
"Comment": ""
}
]'