I'm using httpie here.
Set the dev url
echo "URL=https://$REPLIT_DEV_DOMAIN"http GET $URL/api/recipeshttp GET $URL/api/mealshttp GET $URL/api/meals/85dfc531-7e01-4755-9d64-de5c6c9cc978http POST $URL/api/meals \
name="Cookies" \
description="The classic tollhouse cookie recipe\!"http PATCH $URL/api/meals/85dfc531-7e01-4755-9d64-de5c6c9cc978 \
name="Cookies" \
description="The classic tollhouse cookie recipe\!"http DELETE $URL/api/meals/85dfc531-7e01-4755-9d64-de5c6c9cc978http GET $URL/api/recipes