{
"page": "1",
"limit": "5",
"search": "Keberatan"
}curl --location 'https://ppid.animemusic.us/api/list/sop-ppid' \
--header 'Content-Type: application/json' \
--data '{
"page": "1",
"limit": "5",
"search": "Keberatan"
}'{
"code": 0,
"message": "Success Get Data",
"data": [
{
"id": "2",
"nama_sop_ppid": "Keberatan Informasi Publik",
"created_date": "Jumat, 22 Maret 2024",
"link": "https://ppid.animemusic.us/assets/home/document/Keberatan-Informasi-Publik.pdf",
"type_link": "internal"
}
],
"prev": 0,
"next": 1,
"pageactive": 1,
"totalpage": 1,
"perpage": 5,
"totaldata": 1
}