POST
/api/v1/migrate-joint-documents-to-circle
curl \
--request POST 'https://api.plannrcrm.com/api/v1/migrate-joint-documents-to-circle' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthenticated."
}