curl --location '/api/v1/public/documentverification/memart-formco2' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"companyName": "string",
"registrationNumber": "string",
"directors": [
{
"fullName": "string",
"sharePercentage": 0
}
],
"imageUrl": "string"
}'