curl --request POST \
--url https://production.deepvue.tech/v1/background-verification/court-record-check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'client-id: <api-key>' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"address": "<string>",
"father_name": "<string>",
"dob": "<string>",
"type": "<string>"
}
'