"string"
curl --location '/api/public/wechat/gitlab' \ --header 'Authori-zation: {{token}}' \ --header 'source: {{source}}' \ --header 'Content-Type: application/json' \ --data '"string"'
{ "code": 0, "data": {}, "message": "string" }