Flat Page Viewset List
GET /core/flatpages/?format=api
[
{
"id": 1,
"url": "/privacy-policy/",
"title": "Privacy Policy"
},
{
"id": 2,
"url": "/terms-and-conditions/",
"title": "Terms and Conditions"
}
]