fix(api): handle 204 No Content responses in apiFetch (#193)
DELETE endpoints (like unlike/reaction delete) return 204 with empty body.
apiFetch was unconditionally calling response.json(), causing
"JSON.parse: unexpected end of data" errors.
authored by