curl --request POST \
--url https://api.wirespeed.com/integration/verify/jwt
{
"message": "<string>",
"statusCode": 123
}
curl --request POST \
--url https://api.wirespeed.com/integration/verify/jwt
{
"message": "<string>",
"statusCode": 123
}
JWT token to verify
The response is of type object
.