{
"firstname": "{{test_firstname}}",
"lastname": "{{test_lastname}} ",
"email": "{{test_email}}",
"phone": "{{test_phone}}",
"identityType": "CPF",
"identityNo": "{{test_country}}",
"country": "{{test_country}}",
"state": "{{test_state}}",
"city": "{{test_city}}",
"address": "{{test_address}} 修改地址",
"zipcode": "{{test_zip}}"
}curl --location --globoff --request PUT '/pay-api/mer/customers/{{customerId}}' \
--header 'Content-Type: application/json' \
--data '{
"firstname": "{{test_firstname}}",
"lastname": "{{test_lastname}} ",
"email": "{{test_email}}",
"phone": "{{test_phone}}",
"identityType": "CPF",
"identityNo": "{{test_country}}",
"country": "{{test_country}}",
"state": "{{test_state}}",
"city": "{{test_city}}",
"address": "{{test_address}} 修改地址",
"zipcode": "{{test_zip}}"
}'{
"code": 0,
"data": {
"customerId": "cus_HZ7Ue85pKPJh4L1",
"firstname": "ABC",
"lastname": "Gabriel",
"email": "thiago@example.com",
"phone": "",
"identityType": "CPF",
"identityNo": "123.456.789-09",
"country": "BR",
"state": "SP",
"city": "sao paulo",
"address": "Rua 9 de setembro",
"zipcode": "04849333",
"createTime": 1748939992000
},
"msg": "",
"livemode": true
}