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