top of page
bottom of page
curl -X POST 'https://www.wixapis.com/v1/collections/MinhaColecao/items' \ -H 'Authorization: Bearer {your_access_token}' \ -H 'Content-Type: application/json' \ -d '{ "data": { "campo1": "Valor do campo 1", "campo2": 123 } }'