curl --location --request POST '/katilimemeklilikapi/saglik/HealthPrice' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productId": 0,
"planIds": [
0
],
"payerCustomerId": 0,
"branchCode": "string",
"proposalPersons": [
{
"ruleSetId": 0,
"insuredCustomerId": 0,
"personRelationType": 0,
"questionAnswers": [
{
"questionId": 0,
"answer": "string"
}
]
}
],
"startDate": "string",
"endDate": "string"
}'{
"failed": true,
"message": "string",
"succeeded": true,
"data": {
"result": true,
"resultMessage": "string",
"statusCode": "string",
"data": null
}
}