Start with the record, not the API endpoint
Define the business record first: lead, customer, order, product, booking or another entity. Then map required fields, validation, source of truth and allowed state changes.
This prevents an integration from becoming a collection of endpoint calls with no clear ownership.