curl --request POST \
--url https://sandbox.tight.com/v6/integrations/qbo/connection \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"realmId": "<string>",
"glMapping": [
{
"glAccountId": "gla_12345",
"importGlAccount": {
"accountNumber": "<string>",
"accountName": "<string>"
}
}
]
}
'