curl --request POST \
--url https://api-next.ofauth.com/v2/link/init \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--data '
{
"redirectUrl": "<string>",
"clientReferenceId": "<string>",
"connectionId": "<string>",
"geolocation": {
"country": "<string>",
"state": "<string>",
"city": "<string>"
}
}
'