GET /api/v1/training/diet-plans/{diet-plan-id}/meals
You can create a meal for a diet plan using this API.
diet_plan_meals.view
: to view meals of your diet plansdiet_plans.view
: to be able to view your own diet plans{
"data": [<diet plan meal resource>, ...],
}