Authentication
Admin issues a Client ID and Client Secret in the admin portal. Exchange those credentials at POST /authorisation/v1/accesstoken.
Send the returned access token as Authorization: Bearer {access_token}.
Supplier tokens can only access /supplier/..., customer tokens can only access /customer/..., and admin tokens can access all namespaces.