x-api-key: ********************curl --location --request GET 'https://online-banking.originalaccounts.com/kyc_links?customer_id&email' \
--header 'x-api-key: <api-key>'{
"count": 0,
"data": [
{
"id": "string",
"type": "individual",
"customer_id": "string",
"full_name": "string",
"email": "string",
"kyc_link": "string",
"kyc_status": "string",
"rejection_reasons": [
{
"developer_reason": "string",
"reason": "string",
"created_at": "string"
}
],
"tos_link": "string",
"tos_status": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}