API Issues

API Issues

Continually getting the following.  No matter what the input string is, no matter how the JSON is formatted, I get this message.  I follow the examples to the letter, and no matter what, I get the below message under result

/api/v3/requests

Example:
input_data=
{
    "request": {
        "subject": "Unable to fetch mails",
        "description": "I am unable to fetch mails from the mail server",
        "requester": {
            "id": "4",
            "name": "administrator"
        },
        "impact_details": "Routine tasks are pending due to mail server problem",
        "resolution": {
            "content": "Mail Fetching Server problem has been fixed"
        },
        "status": {
            "name": "Open"
        }
    }
}

Result:
{
    "response_status": {
        "status_code": 4000,
        "messages": [
            {
                "status_code": 4001,
                "field": "requester",
                "type": "failed",
                "message": "Invalid Input"
            }
        ],
        "status": "failed"
    }
}

                  New to ADSelfService Plus?