Create Unit size


                https://api.ocamba.com/v2/adex/unit-sizes
            

Creates a new Unit size object


Name
Description
heightintegerrequired
Unit size height.


Example: 120

namestringrequired
Unit size name.


Example: medium ad size

widthintegerrequired
Unit size width.


Example: 120
info
1 Unit size with same width and height should not exist.
200 Arrow
{
    "name": "medium ad size",
    "width": 120,
    "height": 120
}