Create the following endpoint(s), with similar functionality presented in the Hello Books API:
As a client, I want to send a request...
- ...to get one existing
planet, so that I can see theid,name,description, and other data of theplanet. - ... such that trying to get one non-existing
planetresponds with get a404response, so that I know theplanetresource was not found. - ... such that trying to get one
planetwith an invalidplanet_idresponds with get a400response, so that I know theplanet_idwas invalid.