In my case status "200 OK", but no data was due to Django settings:
CORS_URLS_REGEX=r"^/api/.*$"
but my url did not start with /api/. So I need to add my url to CORS_URLS_REGEX expression or comment it out.