curl --location --request GET '/v1/faqs?search&sort&order&category'
{
"data": [
{
"category": "Account",
"total_question": 2
},
{
"category": "General",
"total_question": 3
},
{
"category": "Technical",
"total_question": 1
}
],
"message": "Sukses mengambil data FAQ"
}
Authorization: Bearer ********************