X-Jicoo-Api-Key: ********************curl --location --request PATCH '/v1/routing_forms//responses/' \
--header 'X-Jicoo-Api-Key: <api-key>'{
"data": {
"result": "matched",
"complete": true,
"message": "Routing completed.",
"redirectUrl": "https://www.jicoo.com/t/example",
"response": {
"uid": "rfr_123"
},
"bookingPage": {
"uid": "et_123",
"name": "Sales consultation"
},
"availableSchedules": [
{
"startedAt": "2026-07-01T01:00:00.000Z",
"remainingCapacity": 1
}
]
}
}