Create an additional account on a client's fact-find

POST /api/v1/fact-find/request/{factFindRequest_uuid}/create-account

This route is for client's only - this allows them to add accounts to their fact-find

Headers

Path parameters

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"