So I have gone through steps 1 through 3 listed here in setting up my application. I am now going through the process of creating a JWT. I understand the header, however, I am confused as to the "sub" field in the payload of the JWT. The documentation says the "sub" field is either of the following
- enterprise_id for a token specific to an enterprise when creating and managing app users.
- app user_id for a token specific to an individual app user.
How can I get an "app user_id" if I have not yet created an App User? That step is #8 and has not taken place yet?