curl --location '/termsconditions' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"reference": "ApplicationTermsAndConditions",
"data": {
"title": "Glowmarkt Terms & Condition",
"lastUpdated": "2018-10-19",
"details": [
{
"title": "Introduction",
"description": "By registering with the service, you agree that you have read and accepted these terms."
},
{
"title": "Introduction",
"description": "By registering with the service, you agree that you have read and accepted these terms."
}
]
},
"version": "1.0.1",
"minimumVersion": "1.0.0",
"country": "UK"
}'