/auth/password-updateAuthorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/admin/auth/password-update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "@skshahra@gmail.com@7R",
"password_confirmation": "@skshahra@gmail.com@7R",
"current_password": "@skshahra@gmail.com@7R"
}'{
"message": "Password updated successfully.",
"success": true
}