curl --request POST \
--url https://sandbox.finhub.cloud/api/v2.1/verifications/{verificationId}/approve \
--header 'Content-Type: application/json' \
--data '
{
"comment": "<string>",
"organizationId": "<string>",
"customerId": "<string>",
"status": "<string>",
"verificationType": "<string>",
"verificationId": "<string>",
"userId": "<string>"
}
'