curl --location '/api/v1/film/edit/decrypt/' \ --header 'Content-Type: text/plain' \ --data '"string"'
{ "code": 0, "msg": "ok", "data": "string" }