Guardian REST Endpoints

Reservations/Guardian
Create new guardian by minor profile ID
Method: post
Path: /spms/v2/ships/{shipId}/profile/{profileId}/guardians
Create new minor by guardian profile ID
Method: post
Path: /spms/v2/ships/{shipId}/profile/{profileId}/minors
Delete the guardian profile
Method: delete
Path: /spms/v2/ships/{shipId}/profile/{profileId}/guardians/{guardianId}
Delete the minor profile
Method: delete
Path: /spms/v2/ships/{shipId}/profile/{profileId}/minors/{minorId}
Retrieve guardian details by minor profile ID
Method: get
Path: /spms/v2/ships/{shipId}/profile/{profileId}/guardians
Retrieve minor details by guardian profile ID
Method: get
Path: /spms/v2/ships/{shipId}/profile/{profileId}/minors