curl --location --request POST 'https://app-prod.watchdogsecurity.io/api/msp/companies/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "",
"msp_node": 1,
"first_name": "",
"last_name": "",
"email": "",
"selected_packages": [
{
"id": 14,
"license_count": 1
}
]
}'{
"id": 306,
"uid": "21aa2d9a-1d61-4b44-af34-dccada5c7460",
"name": "Acme Corp",
"msp_node": 69,
"packages": [
{
"id": 562,
"name": "NFR License",
"status": "Active",
"type": "NFR",
"license_count": 1
}
],
"created_at": "2025-12-31T00:38:17.999810Z"
}