[New] One seamless flow: workforce data to payroll, fully embedded.
curl --location --request POST '/api/organizations/createWithDefaults' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Acme Corp",
"externalId": "acme_corp_external_id_string"
}'
{
"id": "organization_uuid_string"
}