curl --location 'https://apis.autobg.ai/public/api/v1/images/reportImages' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"picIDs": [
512251,
512252
],
"reportReason": [
"Bad clipping",
"Alignment of Road"
],
"reportComment": "Clipping around edges is incorrect"
}'{
"status": true,
"message": "Images reported successfully.",
"data": ""
}