POST
Avec Redaxios
axios
.post(
baseUrl,
[
{
id: id,
},
],
{
headers: {
"xc-api-token": xc-api-token,
"x-table-id": x-table-id,
},
}
)
axios
.post(
baseUrl,
[
{
id: id,
},
],
{
headers: {
"xc-api-token": xc-api-token,
"x-table-id": x-table-id,
},
}
)