Return the data needed to build up the URL for front end for a given model and UUID.
GET /api/v1/navigator/{modelType}/{modelUuid}
curl \
-X GET https://api.plannrcrm.com/api/v1/navigator/modelType/modelUuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"