hi
i am using axios for post all data will pass correctly but 500 error will accur.
axios
.post(`url, formdata, {
headers: {
Authorization: `bearer ${accesstoken}`,
},
})
.then((response) => {
let status = response.data;