curl --location --request POST '/api/v2/projects/odd-wave-51728334/branches' \
--header 'accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'content-type: application/json' \
--data-raw '{
"endpoints": [
{
"autoscaling_limit_min_cu": 0.25,
"autoscaling_limit_max_cu": 0.25
},
{
"type": "read_only"
}
],
"branch": {
"parent_id": "br-raspy-boat-a139w245",
"name": "test2"
}
}'{}