Change request_id
type from UUID to string
Updated the request_id
field in PrintingResponseSchema
to use a string type instead of UUID. This ensures better compatibility with external systems requiring string-based identifiers.