curl --location --request POST '/api/assets//confirm'{
"data": {
"id": "string",
"userId": "string",
"userType": "user",
"path": "string",
"url": "string",
"type": "aiImage",
"status": "pending",
"size": 0,
"mimeType": "string",
"filename": "string",
"metadata": {
"width": 1,
"height": 1
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"code": 0,
"message": "string",
"requestId": "string"
}