x-api-key: ********************curl --location --request POST 'https://online-banking.originalaccounts.com/kyc_links' \
--header 'Idempotency-Key;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "string",
"email": "string",
"type": "individual",
"endorsements": [
"string"
],
"redirect_uri": "string"
}'{
"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"
}