curl --location 'http://localhost:3000/api/v1/faqs'{
"message": "string",
"status": "string",
"data": [
{
"id": 0,
"content": "string",
"answers": [
{
"id": 0,
"content": "string"
}
]
}
]
}