cURL
curl --request POST \ --url https://b2b-api.dev-riseworks.io/v2/auth/verify \ --header 'Content-Type: application/json' \ --data '{ "message": "<string>", "sig": "<string>", "nonce": "<string>" }'
{ "success": true, "data": { "jwt": "<string>" } }
Default Response
The response is of type object.
object