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