Authorization: Bearer ********************{
"current_password": "xxxxx",
"new_password": "xxxxxxx"
}curl --location --request POST '/api/v1/user/change-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current_password": "xxxxx",
"new_password": "xxxxxxx"
}'{}