Authorization: Bearer ********************
curl --location --request GET '/api/front/index/color/config' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"createTime": "2019-08-24T14:15:22Z",
"formId": 0,
"id": 0,
"name": "string",
"status": true,
"title": "string",
"updateTime": "2019-08-24T14:15:22Z",
"value": "string"
},
"message": "string"
}