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