[
{
"rwdInstanceId": "string",
"suitTimes": [
{
"startTime": "string",
"endTime": "string"
}
]
}
]
curl --location --request POST '/ee/obj-instance/problem/static-third' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"rwdInstanceId": "string",
"suitTimes": [
{
"startTime": "string",
"endTime": "string"
}
]
}
]'
{
"faultProblemCount": 0,
"otherProblemCount": 0
}