curl --request POST \
--url https://sandbox.oumla.com/api/v1/contract-templates/{templateId}/deploy \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"network": "<string>",
"addressId": "<string>",
"clientShare": "<string>",
"constructorParameters": [
{
"name": "<string>",
"type": "<string>",
"description": "<string>",
"internalType": "<string>",
"components": [
{}
],
"value": "<string>"
}
]
}
'