{
"texture": "string"
}curl --location --request POST 'http://127.0.0.1:9307/cypnest/config/textures/techitem' \
--header 'Content-Type: application/json' \
--data-raw '{
"texture": "string"
}'{
"status": 0,
"msg": "string",
"data": [
{
"TextureName": "string",
"Gas": "string",
"Thickness": 0
}
]
}