curl --location --request POST 'https://app.apacta.com/api/v1/materials//rentals//' \
--header 'Content-Type: application/json' \
--data-raw '{
"barcode": "string",
"billing_cysle": "hourly",
"cost_price": 0,
"description": "string",
"is_single_usage": true,
"name": "string",
"selling_price": 0
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"success": true
}