curl --request PUT \
--url https://{tenant}.fincode.software/api/v6/services/admin/connector-management/update-connector-instance \
--header 'Content-Type: application/json' \
--header 'X-Auth-Token: <x-auth-token>' \
--header 'platform: <platform>' \
--header 'uuid: <uuid>' \
--data '
{
"apiConnectionId": "<string>",
"apiType": "<string>",
"apiProvider": "<string>",
"apiName": "<string>",
"supportedCountry": "<string>",
"apiGatewayURL": "<string>",
"api_key": "<string>",
"currencyCode": "<string>",
"token": "<string>",
"active": true,
"apiCredentialExtra": "<string>"
}
'