Posts by João Filipe • 1 point
1 post
-
-2
votes1
answer5380
viewsQ: How do I send the body in a request (POST) on Xios?
axios({ method: 'post', url: 'https://backend.tangotechapp.com/REST/getTokenRequest', headers: { 'Content-Type': 'multipart/form-data'…