The access token allows you to make requests to the API on behalf of a user.

This is an example of a sample request:

curl --request POST \
  --header 'content-type: application/json' \
	--header 'Authorization: Bearer {Token}'\
	--header 'secret_key : {Secret-Key}' \
  --url '{{tyms_base_url}}:/api/v1/coa/sales/account \