curl --location --request GET '/adminapi/salesman/config/detail?code' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJpYXQiOjE3NjA5NDQ0NjYsImlzcyI6InRpZ3Nob3AiLCJzdWIiOiJhZG1pbiIsImV4cCI6MTc2MzUzNjQ2NiwidXNlcklkIjoxLCJpc0FkbWluIjp0cnVlLCJ1c2VybmFtZSI6ImFkbWluIn0.3-NTk54VYUkVXdYnipFjUaej2h5B3JHLtmy46vhQW6DZBcfUcG965oBe_FmgoqVFfAc7IcOXBtu2enEX0Rt4vw' \
--header 'X-Shop-Id: 0'{
"id": 0,
"shopId": 0,
"code": "string",
"saleType": 0,
"level": [
{
"id": 0,
"name": "string",
"rate": "string",
"downSalesmanRate": "string",
"condition": {
"selfBuyAmount": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"salesAmount": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"salesInviteUsers": {
"checked": true,
"value": "string",
"title": "string",
"unit": "string",
"disabled": true
},
"inviteSales": {
"checked": true,
"value": "string"
}
}
}
],
"settlementType": 0,
"dateType": 0,
"authorityCheckSubPermissionName": "string",
"desc": "string"
}