access-token: ********************curl --location '/admin/notices/supplier/config' \
--header 'access-token: <api-key>'{
"success": true,
"data": {
"supplier": "string",
"config": {
"property1": "string",
"property2": "string"
}
}
}