{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
curl --location --request POST '/app/insurance/accept' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'
{
"code": 0,
"message": "string",
"success": true,
"data": {
"userName": "string",
"phone": "string",
"quoteStatus": "CREATED",
"paymentType": "TEST_MODE",
"paymentUrl": "string",
"paymentCode": "string",
"orderId": "b3e1eced-f2bd-4d8c-9765-fbc9d1d222d5",
"paymentExpireTime": "2019-08-24T14:15:22Z"
}
}