get https://api.logmeal.com/v2/intake/
Retrieve full information for a specific intake (image_id). It will return the same result as /getIntakesList but for a specific image only.
See /getIntakesList description in order to better understand the output of this endpoint. The only change present in this endpoint is that instead of the key 'intakes_list' with a list of images' info, the current endpoint returns the key 'intake_info', which contains a single object/dictionary with the intake info.