curl --location --request POST 'http://localhost:5600/open/configs/save' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"content": "string"
}'
{
"code": 0,
"data": "string"
}