If [_value] column is null in the last record, last() returns the previous record with a non-null value. My last record with a non-null _value has the empty string for _value. So far, the row is ...
When sending JSON request with body=None, payload is set to empty string, which is not a valid JSON and violates the definition of Content-Type header. Practically, it prevents requests parsing. The ...