{
"fields": [
{
"name": "string",
"title": "string",
"value": "string"
}
],
"id": 0,
"sort": 0,
"status": true
}
curl --location --request POST '/api/admin/system/config/save/form' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
{
"name": "string",
"title": "string",
"value": "string"
}
],
"id": 0,
"sort": 0,
"status": true
}'
{
"code": 0,
"data": "string",
"message": "string"
}