location
link in the response to determine the status of the task and use Get task to obtain subsequent updates.curl --location --request DELETE 'http://jira.local:8080/jira/rest//rest/api/3/resolution/?replaceWith='
{
"description": "string",
"elapsedRuntime": 0,
"finished": 0,
"id": "string",
"lastUpdate": 0,
"message": "string",
"progress": 0,
"result": null,
"self": "http://example.com",
"started": 0,
"status": "ENQUEUED",
"submitted": 0,
"submittedBy": 0
}