There is plenty of documentation around using variables. Here is the documentation on variables in Postman.
In short, if you already have your data generated, you can just add it in the UI to a variable.
Then in your POST request, just use {{myVariableName}} to reference the variable in your body.