curl --location --request POST 'https://app.apacta.com/api/v1/materials//rentals/checkout/' \
--header 'Content-Type: application/json' \
--data-raw '{
"form_id": "46af4ef5-2c18-4098-9bc5-c048fb90b843",
"material_rental_id": "732121c8-573f-4e98-a7f5-f6f48b6053b6",
"to_date": "string"
}'{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"success": true
}