/auth/password-updateAuthorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/auth/password-update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "NewPassword123!",
"password_confirmation": "NewPassword123!",
"current_password": "NewPassword123!"
}'{"message":"Password Updated Successfully","success":true}