Project Description
I’m calling the /challenge/v1/continue endpoint with a POST request, sending a JSON payload and passing my API key in the headers, yet the server keeps replying with HTTP 403. I’d like you to pinpoint why the call is being rejected, adjust the headers or signing process as needed, and hand back a fully working example so I can reproduce the success on my end.
You’re free to use Postman, curl, or any other HTTP client while troubleshooting; just make sure the solution works consistently once my key is swapped in.
Deliverables
1. A tested request sample (curl command or Postman collection) that returns a non-403 response.
2. A concise explanation of the authentication or header changes required so I can apply the fix to other endpoints.
# Roblox