Authorization: Bearer ********************
curl --location --request POST '/cmc/crmMemberProfileReward/find?clientId=&userId=' \
--header 'Authorization;'
{
"code": "string",
"data": {
"active": true,
"client_id": "string",
"create_time": "2019-08-24T14:15:22Z",
"creator": "string",
"creator_name": "string",
"edit_time": "2019-08-24T14:15:22Z",
"editer": "string",
"editer_name": "string",
"id": "string",
"memo": "string",
"rewards": [
{
"client_id": "string",
"item_id": "string",
"item_name": "string",
"item_type": "AMT",
"qty": 0,
"show_name": "string",
"user_id": "string",
"value": 0
}
]
},
"message": "string"
}