1
I want to get the data of product_id, product_name and product_price using Axios.
{
"status": "success",
"url": {
"https://api.exemplo.com/product-1": {
"data": {
"product_id": "1",
"product_name": "bola",
"product_price": 30
}
}
}
}
It would be better if you put the code where you use Aces and describe the problem more, so you can better understand your question.
– Lucas Emanuel