Files
sova-mocks/wiremock/mappings/captcha-validate.json
T
2026-05-27 19:36:34 +03:00

17 lines
243 B
JSON

{
"request": {
"method": "POST",
"urlPath": "/validate"
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"jsonBody": {
"status": "ok",
"message": ""
}
}
}