{
"ProjectName": "project-demo",
"IssueCode": 1,
"SpendHour": 2,
"RemainingHour": 1,
"StartAt": "1608630452740",
"WorkingDesc": "xxx"
}
curl --location -g --request POST 'https://.coding.net/open-api?Action=CreateIssueWorkHours' \
--header 'AccessToken;' \
--header 'Action;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ProjectName": "project-demo",
"IssueCode": 1,
"SpendHour": 2,
"RemainingHour": 1,
"StartAt": "1608630452740",
"WorkingDesc": "xxx"
}'{
"Response": {
"RequestId": "string"
}
}