curl --location --request POST '/integration/quickbooks/exchange-token' \ --header 'Content-Type: application/json' \ --data-raw '{ "redirectUri": "http://localhost:3333/callback" }'
{}