Authorization: Bearer ********************{
"base64Str": "string"
}curl --location --request POST '/api/qrcode/decrypt' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"base64Str": "string"
}'{
"objectType": 1,
"objectEntity": {
"id": "string",
"name": "string"
},
"url": "string",
"executeType": 0
}