{
"device_sn": "string",
"index": 0,
"motor_action": 0,
"part": 0,
"type": 0
}curl --location --request POST '/openapi/v0.9/manage/api/v1/organizations//manage-devices/self-diagnostic' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_sn": "string",
"index": 0,
"motor_action": 0,
"part": 0,
"type": 0
}'{
"code": 0,
"message": "string",
"data": {}
}