Currently, I have these lines of code where I pass an object data to the Axios post-call,
let url = \'www....\'; let data = {\'item\': \'Tshirt\'}; let option