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