Hello, each of the sandbox Account API endpoints I have attempted to use always returns 404. I've tried other sandbox Sell APIs successfully such as Inventory. Even in the API Explorer tool I get 404. I can't find any indication that the sandbox Account API is down. So I must be doing something wrong. Here is my configuration for the getOptedInPrograms endpoint.
Method: GET URL: https://api.sandbox.ebay.com/sell/account/v1/program/get_opted_in_programs Headers: Authorization: Bearer <valid_token>
The API Explorer includes the `Accept` and `Content-Type` headers. Including them doesn't change the 404 error. Am I doing something wrong or is Account not accessible on sandbox?