Authorization: Bearer ********************curl --location --request POST '/api/admin/deliverables' \
--header 'organizationId: 6746ba09500273f1ac44d3b2' \
--header 'Authorization: Bearer <token>' \
--form 'name="Admin Delverable"' \
--form 'description="This is a test deliverable for Project Alpha"' \
--form 'deliverableType="0"' \
--form 'files=@""' \
--form 'projectId="675ab893f223345c1051d839"'{}