{
"customerId": 70,
"qwUserId": "62",
"avatar": "http://dummyimage.com/100x100"
}
curl --location --request POST '/api/v3/customer-relation/edit-avatar' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 70,
"qwUserId": "62",
"avatar": "http://dummyimage.com/100x100"
}'
{
"code": 0,
"message": "ok"
}