17 lines
243 B
JSON
17 lines
243 B
JSON
{
|
|
"request": {
|
|
"method": "POST",
|
|
"urlPath": "/validate"
|
|
},
|
|
"response": {
|
|
"status": 200,
|
|
"headers": {
|
|
"Content-Type": "application/json"
|
|
},
|
|
"jsonBody": {
|
|
"status": "ok",
|
|
"message": ""
|
|
}
|
|
}
|
|
}
|