Common HTTP Headers

Each call to FTS should contain the following HTTP headers:

Content-Type: application/json

Accept: application/json

Accept:-Language: en

Authorization: Bearer {ClientToken}

The {ClientToken} is the access token returned by OCI IAM after requesting client credentials. This is refreshed periodically to avoid authentication errors.