Upgrading to SendGrid-Ruby V3 from V2.
In the past we set a category via
header = Smtpapi::Header.new
header.add_category("Congrats Credit")
I have searched the documentation for setting a category, but cannot find anything for V3. There is a reference where you can add 'categories' if you write your own JSON object, but want to use the API without writing my own JSON object.