curl --location '/admin/settings'{
"data": {
"admin_email": "string",
"bio": "string",
"comments_enabled": true,
"comments_moderation": true,
"footer_text": "string",
"github_token": "string",
"github_username": "string",
"posts_per_page": 0,
"site_description": "string",
"site_name": "string",
"site_url": "string",
"tech_stack": "string"
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}