Business representatives
Add a representative
POST
/accounts/{accountID}/representatives
List representatives
GET
/accounts/{accountID}/representatives
Remove a representative
DELETE
/accounts/{accountID}/representatives/{representativeID}
Retrieve a representative
GET
/accounts/{accountID}/representatives/{representativeID}
Update a representative
PATCH
/accounts/{accountID}/representatives/{representativeID}