curl --location '/api/v1/partner/contracts//modular' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"contract": {
"id": 0,
"kind": "installation",
"tool_brand": "string",
"tool_type": "string",
"description": "string",
"sub_service": {
"id": 0,
"name": "string"
},
"service": {
"id": 0,
"name": "string"
}
},
"template": {
"id": 0,
"name": "string",
"description": "string",
"status": "string",
"sections": [
{
"id": 0,
"name": "string",
"position": 0,
"items": [
{
"id": 0,
"label": "string",
"input_type": "string",
"is_required": true,
"options": [
"string"
],
"position": 0,
"unit": "string"
}
]
}
]
}
}
}