{ "field": "string", "model": "string" }
curl --location --request POST '/toolkit/fixUnencryptedData' \ --header 'Content-Type: application/json' \ --data-raw '{ "field": "string", "model": "string" }'
{ "code": 0, "data": { "checksum": "string", "fileId": "string", "fileName": "string", "fileType": "JPG", "size": 0, "url": "string" }, "message": "string" }