{
"data" : {
"src_file": "c:\\aa.dat",
"dest_file": "c:\\dest.jpg",
"size": 1000
},
"client_id" : 1,
"type" : "MT_DECRYPT_IMG_MSG"
}
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data" : {
"src_file": "c:\\aa.dat",
"dest_file": "c:\\dest.jpg",
"size": 1000
},
"client_id" : 1,
"type" : "MT_DECRYPT_IMG_MSG"
}'
{}