Install cargo-shuttle, create Secret.toml file with AIRTABLE_API_TOKEN = "" configured, and deploy with the following command:
$ cargo shuttle deployThe command below shows how to get the KYC data from the endpoint used by the proxy.
curl -H "Authorization: Bearer <AIRTABLE_API_TOKEN>" https://api.airtable.com/v0/<BASE_ID>/<TABLE_ID> -o kyc.json