I try send Post with Auth. token, id and list of object(List).
data class Passenger( @SerializedName("seat") @Expose var seat: Int = 0,