{ "username": "test", "password": "123", "token": "test", "jsonData": { "eazy-note": { "owner": "n0ts", "repo": "note", "sha": "master" } } }
curl --location --request POST 'https://api.n0ts.top/api/gitee/data' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "test", "password": "123", "token": "test", "jsonData": { "eazy-note": { "owner": "n0ts", "repo": "note", "sha": "master" } } }'
null