{ "name": "自定义审批模板" }
curl --location --request POST 'http://127.0.0.1/topapi/process/get_by_name?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "自定义审批模板" }'
{ "errcode": 0, "errmsg": "string", "request_id": "string", "process_code": "string" }