I\'ve tried to use fetch to call from backend using react, without libs (such as Axios). So I created this function:
export function api(url, method, body, i
In my case it occurred because I wrote "Content Type" instead of "Content-Type"