"string"
curl --location --request PUT '/v1/person/update' \
--header 'token: 9E2B4446C1DFF90AFC39FACC2EB6DDF6BEE2C8EADA7D7179DA19D66D836F0995' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
{
"message": "",
"code": 0,
"data": {}
}