Authorization: Bearer ********************
{
"project_name": "string",
"cache_type_id": "string"
}
curl --location --request PUT 'https://jiugang.mhiiot.cn/openapi/project/api/Cache/CacheInfo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_name": "string",
"cache_type_id": "string"
}'