Request
Body Params application/json
Request Code Samples
curl --location --request POST 'https://evsb.csqworld.com/insurances/step///' \
--header 'U: {{U}}' \
--header 'SH: {{SH}}' \
--header 'ST: {{ST}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{}
]'
Responses
{
"rc": 0,
"message": "string",
"insuranceId": "string",
"phases": [
"string"
],
"phase": "string",
"name": "string",
"description": "string",
"front": [
{
"name": "string",
"label": "string",
"description": "string",
"type": "INPUT",
"value": "string",
"required": true,
"from": [
{
"text": "string",
"value": "string"
}
]
}
],
"nextStep": {
"path": "string",
"method": "string",
"body": {},
"inputs": {
"required": [
"string"
],
"optional": [
"string"
]
},
"payment": true
}
}
Modified at 2025-12-10 09:15:33