Authorization: Bearer ********************
curl --location --request PATCH 'https://api.quimerax.com/api/external/teams/domain-assets/vulnerabilities/1/status' \ --header 'X-TEAM-ID: 1' \ --header 'X-HASH-KEY: f1d80684e51e20d0d065f1db49fe89ba1f65c0876ef154c688db3841f33962a6' \ --header 'Accept: application/json' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'status=open' \ --data-urlencode 'reason=reason why'
{}