Authorization: ********************curl --location --request PATCH '/api/v2/receipts//lineitems/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"quantity": 0,
"amount": 0
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}