Authorization: Bearer ********************{
"current_password": "string",
"new_password": "stringst"
}curl --location --request PUT '/api/v2/user/settings/password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_password": "string",
"new_password": "stringst"
}'{}