curl --location --request PATCH 'https://api.probely.com/targets//findings/bulk/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"assignee": {
"email": "example@probely.com",
"id": "jMXUw-BE_2vd",
"name": "Henrique Cimento"
},
"comment": "string",
"labels": [
"string"
],
"severity": 10,
"state": "notfixed"
}'{}