HTTP + JSV
         The following are sample HTTP requests and responses. 
            The placeholders shown need to be replaced with actual values.
POST /jsv/reply/InsertPreviousCampaignAgentNoteRequest HTTP/1.1 
Host: api2.publicemployeeretirementassistance.com 
Content-Type: text/jsv
Content-Length: length
{
	AgentId: 0,
	ListId: 0,
	Note: String,
	LastUpdatedDate: 2025-11-03T19:27:44.4057155-06:00
}
 
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
	Id: 0,
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}