curl --location '/faq' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"version": "1.0.1",
"reference": "FaqGeneral",
"data": [
{
"question": "I have a new phone - what should I do?",
"reply": "Simply download the app, login again and nothing will have changed!"
},
{
"question": "I have a new phone - what should I do?",
"reply": "Simply download the app, login again and nothing will have changed!"
}
],
"minimumVersion": "1.0.0",
"country": "UK"
}'