Authorization: Bearer ********************
{
"crm_lead_id": "df03f224-6089-4d08-baca-8f1c8868a8ad",
"ref_id": "CL00044A",
"program_id": "15676342-6603-4637-a83f-77feda9523e9"
}
curl --location --request POST 'https://preprod.api.crego.io/v1/los/accounts/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"crm_lead_id": "df03f224-6089-4d08-baca-8f1c8868a8ad",
"ref_id": "CL00044A",
"program_id": "15676342-6603-4637-a83f-77feda9523e9"
}'
{
"id": "91949ecb-4665-4d6d-a1ab-c5c2a63b418a",
"created_at": 1721387621.6985629,
"updated_at": 1721387621.8813922,
"crm_lead_id": "df03f224-6089-4d08-baca-8f1c8868a8ad",
"program_id": "6788f287-c670-46b9-8ec9-48cc351ab2bc",
"ref_id": "CL00042A",
"product_type": "scf",
"tags": [],
"status": "activation",
"drop_reason": null
}