Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/api/project/acceptance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"deliverables": [
{
"_id": "uuid2",
"description": "Este es entregable 3",
"compliance": 100,
"accepted": true
}
]
}'{}