send request with postman get answare request like this
send request with axios in vue js like this:
axios.get("http://url/api/package/questions?language=Persian", {
headers: {
'content-type': ' application/json'
},
data: {
"package-slug": "six-dims",
}}
)
.then(res => {
console.log("my call", res)
});
get resposne server error 500
