curl --location --request POST 'https://online-banking.originalaccounts.com/v2/receivers/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "individual",
"kyc_type": "light",
"email": "test@example.com",
"tax_id": "123456789",
"address_line_1": "123 Main St",
"address_line_2": {},
"city": "New York",
"state_province_region": "NY",
"country": "AF",
"postal_code": "10001",
"ip_address": {},
"image_url": {},
"phone_number": {},
"proof_of_address_doc_type": "UTILITY_BILL",
"proof_of_address_doc_file": {},
"first_name": "John",
"last_name": "Doe",
"date_of_birth": "1990-01-01T00:00:00Z",
"id_doc_country": "AF",
"id_doc_type": "PASSPORT",
"id_doc_front_file": "https://pub-4fabf5dd55154f19a0384b16f2b816d9.r2.dev/1000_F_365165797_VwQbNaD4yjWwQ6y1ENKh1xS0TXauOQvj.jpg",
"id_doc_back_file": {},
"legal_name": {},
"alternate_name": {},
"formation_date": {},
"website": {},
"owners": [
{
"first_name": "string",
"last_name": "string",
"role": "beneficial_owner",
"date_of_birth": {},
"tax_id": {},
"address_line_1": {},
"address_line_2": {},
"city": {},
"state_province_region": {},
"country": "AF",
"postal_code": {},
"id_doc_country": "AF",
"id_doc_type": "PASSPORT",
"id_doc_front_file": {},
"id_doc_back_file": {}
}
],
"incorporation_doc_file": {},
"proof_of_ownership_doc_file": {},
"source_of_funds_doc_type": "business_income",
"source_of_funds_doc_file": {},
"individual_holding_doc_front_file": {},
"purpose_of_transactions": "business_transactions",
"purpose_of_transactions_explanation": {},
"external_id": {},
"tos_id": {}
}'