{
"device_sn": "string",
"ui_resources": [
{
"object_key": "string",
"psdk_index": 0
}
]
}
curl --location --request GET '/openapi/v0.9/manage/api/v1/projects//psdk/ui-resource' \
--header 'X-Auth-Token: {{X-Auth-Token}}' \
--header 'X-Request-ID: {{X-Request-ID}}' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_sn": "string",
"ui_resources": [
{
"object_key": "string",
"psdk_index": 0
}
]
}'
{
"code": 0,
"message": "string",
"data": {
"psdk_blacklist": [
"string"
],
"psdk_ui_resource": [
{
"psdk_index": 0,
"resource_url": "string"
}
]
}
}