Authorization: Bearer ********************
curl --location --request GET '/api/front/extract/user' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"brokenCommission": 0,
"brokenDay": "string",
"commissionCount": 0,
"minPrice": "string"
},
"message": "string"
}