请及时更新项目!
curl --location --request POST 'http://101.43.142.153/api/financing-intentions/create' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"amount": 0.01,
"contactMethod": "string",
"purpose": "string",
"cropName": "string",
"plantingArea": 1,
"intendedTerm": "string",
"address": "string",
"status": "string"
}'
{
"": {}
}