@POST
@Path("/id")
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
public Response getDetails(DetailsRequest detailsRequest) {[![enter image description here][1]][1]
how to pull RedId from headers in POST call , need help on this