curl --location --request GET '/repository/list?platform=github'
{ "code": 0, "message": "string", "data": { "results": [ { "nodeId": "string", "created_at": "string", "fork": true, "id": "string", "description": "string", "name": "string" } ] } }