curl --location --request POST 'http://localhost:8000/api/v1/change-password' \
--header 'Authorization: Bearer <token>' \
--form 'username="christine"' \
--form 'old_password="password"' \
--form 'new_password="password"' \
--form 'confirm_password="password"' \
--form 'new_username="christine"'{}