curl --location --request POST 'https://connect.dispatchable.com/catalog/api/v1/services/import-default' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "free_assessment"
}'{
"uuid": "a10b2c3d-4e5f-6789-a012-3456789abcde",
"source": "company_db",
"key": null,
"name": "Free Assessment",
"description": "Our experts will come to assess your needs and discuss solutions",
"category": "General",
"audiences": [
"hvac",
"home_services",
"shipper"
],
"default_quantity": 1,
"default_unit_cost": 0,
"default_unit_price": 0,
"unit_label": "visit",
"sort_order": 10,
"is_active": true,
"is_system": false
}