curl --location 'https://api.hashpay.me/v1/admin/organizations//verification' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"decision": "approved",
"notes": "string"
}'{
"id": "string",
"name": "string",
"legalName": "string",
"country": "string",
"website": "http://example.com",
"businessType": "string",
"kybStatus": "not_submitted",
"verificationStatus": "not_submitted",
"createdAt": "2019-08-24T14:15:22.123Z"
}