{
"participantCode": "string",
"status": 1
}curl --location --request POST '/v1.0/crm/addressBook/updateMerchant' \
--header 'Content-Type: application/json' \
--data-raw '{
"participantCode": "string",
"status": 1
}'{
"code": 0,
"msg": "string",
"data": {
"merchantStatus": 1,
"updateAt": 0
}
}