curl --location '/merchant-api/v1/merchant/score/detail' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"merchantId": 0,
"weekKey": "string",
"totalScore": 0,
"updatedAt": "string",
"dimensions": [
{
"code": "string",
"name": "string",
"weight": 0,
"score": 0,
"detail": "string"
}
],
"prevTotalScore": 0,
"scoreChange": 0
}
}