Authorization: Bearer ********************
{ "content_type": "product", "ref_id":"23456789" }
curl --location --request POST 'https://preprod.api.crego.io/runners/' \ --header 'Content-Type: application/json' \ --data-raw '{ "content_type": "product", "ref_id":"23456789" }'
{ "code": "string", "message": "string", "description": "string", "errors": [ "string" ] }