curl --location --request PUT '/members/me' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "user@example.com",
"phone": "string"
}'{
"data": {
"message": "string"
}
}