curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/audit/mitigationactions/tasks/' \
--header 'Content-Type: application/json' \
--data-raw '{
"target": {
"auditTaskId": "string",
"findingIds": [],
"auditCheckToReasonCodeFilter": {
"property1": [
"string"
],
"property2": [
"string"
]
}
},
"auditCheckToActionsMapping": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"clientRequestToken": "string"
}'
{
"taskId": "string"
}
taskId
that you specified in the request.