Authorization: Bearer ********************curl --location '/v1/faqs?search=undefined&sort=undefined&order=undefined&category=undefined' \
--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"
}