### Step 2: Create a Public Access Token (Server-Side)
From your **backend server**, make a request to create a public access token:

```bash
POST https://develop-api.chicksx.com/v1/public_token/create
Headers:
  x-api-key: your-api-key
  x-client-id: your-client-id
```
This returns a public access token that can be safely used in your client-side application.
