Authorization: Bearer ********************
{
"projectId": "string",
"paymentProgress": "string",
"deliveryMethod": "string",
"incomeSettlementMethod": "string"
}
curl --location --request PUT '/project/contract/stauts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"paymentProgress": "string",
"deliveryMethod": "string",
"incomeSettlementMethod": "string"
}'
false