{
"customerId": 13862098,
"nickname": "Excepteur deserunt officia laborum cillum",
"qwUserId": "irure"
}
curl --location --request POST '/api/v3/customer-relation/edit-nickname' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 13862098,
"nickname": "Excepteur deserunt officia laborum cillum",
"qwUserId": "irure"
}'
{
"code": 0,
"message": "ok"
}