Create an additional account on a client's fact-find
This route is for client's only - this allows them to add accounts to their fact-find
Headers
-
Content-Type string
-
Accept string
POST
/api/v1/fact-find/request/{factFindRequest_uuid}/create-account
curl \
--request POST https://api.plannrcrm.com/api/v1/fact-find/request/factFindRequest_uuid/create-account \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"