JWT with non-XData Servers

multipart form data is just a way the text is formatted that is sent with a HTTPS POST.

So, you can the PostData string in a similar way as the text you see in PostMan.
Background info on multipart form data formatting can be found here:
https://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.2