curl --location '/dpm/payments-gwproxy/v2/crossborder/validate-customer' \
--header 'x-transaction-channel-entry;' \
--header 'Content-Type: application/json' \
--data '{
"first_name": "John",
"last_name": "Doe",
"legal_name": "ABC Corporation",
"document_number": "80026928027",
"type": "INDIVIDUAL"
}'{
"id": "string",
"first_name": "John",
"last_name": "Doe",
"legal_name": "ABC Corporation",
"document_number": "80026928027",
"type": "INDIVIDUAL",
"status": "PENDING"
}