{
"name": "string",
"client_id": [
0
],
"stage_master_id": 0,
"service_type_ids": [
0
],
"value_in_minor_currency": 0,
"expected_closure_date": "2019-08-24T14:15:22Z",
"assigned_to_staff_id": 0,
"comments": "string",
"hot_warm_cold": "Cold"
}
curl --location --request POST '/tenants//boards//opportunities' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"client_id": [
0
],
"stage_master_id": 0,
"service_type_ids": [
0
],
"value_in_minor_currency": 0,
"expected_closure_date": "2019-08-24T14:15:22Z",
"assigned_to_staff_id": 0,
"comments": "string",
"hot_warm_cold": "Cold"
}'
0