Authorization: Bearer ********************
{ "action": "submit", "data": { "product": { "name": "UltraClean Vacuum", "ref_id": "UCV-2025-01", "status": "active", "tags": ["home","cleaning","appliance"], "refs": "power:1200W,weight:5kg,color:red" } } }
curl --location --request POST 'https://preprod.api.crego.io/runners/01K0YM5YM4MFVE3ZTR1XG16Z8X/execute/' \ --header 'Content-Type: application/json' \ --data-raw '{ "action": "submit", "data": { "product": { "name": "UltraClean Vacuum", "ref_id": "UCV-2025-01", "status": "active", "tags": ["home","cleaning","appliance"], "refs": "power:1200W,weight:5kg,color:red" } } }'
{}