{
"device_callsign": "string"
}curl --location --request PUT '/openapi/v0.9/manage/api/v1/organizations//devices/1HQDG4K0040069' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_callsign": "string"
}'{
"code": 0,
"message": "OK",
"data": null
}