X-User-Token: ********************{
"device_sn":"",
"pair_enable":true,
"pair_type":"drone"
}curl --location 'http://192.168.10.11:7012/api//openapi/v0.1/device/relay_model' \
--header 'gis-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3NzIwNzI1ODEsInVzZXJuYW1lIjoic3lhZG1pbiJ9._MztFZUO72f_nClLz-Yf-qcDFHOm-G_o1ZkJZplzSQU' \
--header 'x-tenant-id: 1011' \
--header 'x-access-token: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"device_sn":"",
"pair_enable":true,
"pair_type":"drone"
}'{
"code": 0,
"message": "ok",
"data": null
}