curl --request POST \
--url https://api.typeauth.com/{account_id}/jwt/create \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"exp": true,
"nbf": true,
"kid": true,
"jwk": "<string>",
"path": "<array>",
"keys": "<array>"
}
'