my api work in PostMan but not in react and show this error
No application encryption key has been specified
fetch(URL, {
method: 'post',
headers: {
Accept: 'application/json',
'Content-Type': 'application/x-www-form-urlencoded',
'Content-Language': 'en', },
body: formUrlEncoded(data),
})