X-User-Token: ********************{
"active_project_uuid": "51a3546f-0dd4-41c7-b69f-2151e29d74664",
"device_sn": "testsn"
}curl --location --request PUT 'https://es-flight-api-cn.djigate.com/openapi/v1.0/manage/api/v1/organizations//manage-devices/active-project' \
--header 'X-Request-Id: {{$string.uuid}}' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"active_project_uuid": "51a3546f-0dd4-41c7-b69f-2151e29d74664",
"device_sn": "testsn"
}'{
"code": 0,
"message": "OK",
"data": null
}