curl --request POST \
--url http://api/v1/projects/{projectUuid}/git-integration/pull-requests/custom-dimensions \
--header 'Content-Type: application/json' \
--data '
{
"quoteChar": "\"",
"customDimensions": [
{
"id": "<string>",
"name": "<string>",
"table": "<string>",
"type": "bin",
"dimensionId": "<string>",
"binType": "fixed_number",
"binNumber": 123,
"binWidth": 123,
"customRange": [
{
"to": 123,
"from": 123
}
]
}
]
}
'