Documentation link
https://pan.dev/scm/api/config/ngfw/network/list-route-prefix-lists/
Describe the problem
In contrast to the documentation, the response object is a list and not a dictionary (like { "data": [ ] } )
Suggested fix
Change the response object to return { "data": [ ] }