Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/api/production/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"op_number": 0,
"erp_code": 0,
"qty_produced": 0,
"_idRecipe": "string",
"_idProductionLine": "string",
"units": "string"
}'