At a previous job we had an unholy combination of the last two:
HTTP/1.1 200 POST /endpoint
{
"data": null,
"errors": ["403", "unauthorized"],
"success": false
}
At a previous job we had an unholy combination of the last two:
HTTP/1.1 200 POST /endpoint
{
"data": null,
"errors": ["403", "unauthorized"],
"success": false
}