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