post
https://api.baselayer.com/lien_searches
This endpoint starts a liens search for a given person or business.
If a pending search for a given person_id or business_id already exists,
the endpoint will return the pending liens search request. Exactly one of
business_id or person_id must be provided. If person_id is provided,
search_states must be provided.
By default, this endpoint executes synchronously and returns the completed
result. Send Prefer: respond-async to opt into asynchronous execution,
which returns 202 Accepted immediately and delivers results via
webhooks or polling.
