curl --location 'http://localhost:8085/api/miniapp/cloud/function' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "string", "data": [ 0 ] }'
{ "code": 0, "data": null, "message": "string" }