curl --request POST \
--url https://api.example.com/api/DocumentGeneration/srcd \
--header 'Content-Type: application/json' \
--data '
{
"isScreeningOrRefChecks": true,
"isPdf": true,
"templateId": 123,
"entityId": 123,
"playerId": 123,
"placeholders": [
{
"placeholder": "<string>",
"value": "<string>"
}
],
"useLatestRate": true
}
'