Authorization: Bearer ********************curl --location --request PATCH 'https://api-staging.tenbyte.io/v1/admin/users/60d21af0-0ef9-4dff-a010-4f23a0aae3b7/password-update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"password":"@Test123456",
"password_confirmation":"@Test123456"
}'{
"message": "User password updated successfully.",
"success": true
}