curl --location --request GET 'https://test-api.talkamie.com/v1/faqs'
{ "data": [ { "id": "string", "question": "string", "answer": "string" } ] }