curl --location --request PUT '/members/me/password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"password": "string",
"confirm_password": "string"
}'{
"data": {
"message": "string"
}
}