curl --location --request POST 'https://app.apacta.com/api/v1/materials//rentals/' \
--header 'Content-Type: application/json' \
--data-raw '{
"form_id": "46af4ef5-2c18-4098-9bc5-c048fb90b843",
"from_date": "string",
"is_invoiced": "string",
"material_id": "fba2a54e-bc4a-4e2a-8ad4-84dcfe66dea1",
"project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
"quantity": 0,
"to_date": "string"
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"success": true
}