{
"url": "string",
"method": "string",
"headers": {
"x-api-key": "string",
"Content-Type": "string"
},
"body": {
"type": "string"
},
"response": {
"status": "string",
"data": [
{
"id": 0,
"name": "string",
"inst_type": "string",
"form26as_enabled": true
}
]
}
}