Validating specifications using CTK can sometimes require a bit of configuration tweaking. You should check this example of a simple config.json:
{
"url": "https://your-api-endpoint.com/api/resource",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"Authorization": "Bearer your_token"
},
"body": {
"key1": "value1",
"key2": "value2"
}
}
------------------------------
Info Hills
TO BE VERIFIED
------------------------------