Found another issue on the same plane as #4, this one for taxonomies. Running a curl on my local WordPress install: ``` curl --location --request GET 'https://local.test/wp-json/wp/v2/tags' \ --header 'Authorization: Basic SomeAweseomKey' \ --header 'Cookie: PHPSESSID=ba5ea78b3f9eeddf3cd064674e1381c2' ``` Returns: ```json { "code": "rest_invalid_param", "message": "Invalid parameter(s): post", "data": { "status": 400, "params": { "post": "NULL value found, but an integer is required" } } } ```