{
"url": "string",
"method": "string",
"headers": {
"x-api-key": "string",
"Content-Type": "string"
},
"body": {
"request_id": "string"
},
"response": {
"status": "string",
"request_id": "string",
"txn_status": [
{
"code": "string",
"status": "string",
"msg": "string",
"txn_id": "string"
}
]
}
}