{
    "success": true,
    "message": "Medicine Dosage Types listed",
    "data": {
        "results": [
            {
                "id": 1,
                "default_price": 50,
                "additional_information": "Panado Tablets",
                "usage_instructions": "Two tablets twice a day",
                "storage_directions": "Keep in a cool dry area",
                "special_instructions": "None",
                "dosage_strength": 1,
                "created_at": "2022-01-19T11:53:57.000Z",
                "updated_at": null,
                "deleted_at": null,
                "medicine_id": 1,
                "dosage_type_id": 1
            },
            {
                "id": 2,
                "default_price": 75,
                "additional_information": "Panado Syrup",
                "usage_instructions": "10ml twice a day",
                "storage_directions": "Keep in a cool dry area",
                "special_instructions": "None",
                "dosage_strength": 1,
                "created_at": "2022-01-19T11:53:58.000Z",
                "updated_at": null,
                "deleted_at": null,
                "medicine_id": 1,
                "dosage_type_id": 2
            }
        ],
        "total": 2
    },
    "errors": null
}