You cannot change the ID of a request but what you can do is create a process data that represents the custom request ID.
In code behind, you can retrieve the number of requests in a process using either GraphQL or ADO.NET and then store that number + 1 in the custom request ID data. ( + 1 to increment the number of the latest request ID)