/file/upload
Firstcurl --location --request POST 'https://app.leiga.com/openapi/api/file/bind' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"linkEntity": "attachment",
"linkId": 1,
"fileKey": "xxx",
"linkModule": "issue"
}'
{
"code": "0",
"data": {
"success": true
}
}