HTTP endpoints to verify VC and VP proofs

Add two new endpoints for verifying VC and VP proofs.

URLs may be:

/v1/credential/verify
/v1/presentation/verify

Example request:

POST /v1/credential/verify
{
   "@context":"...",
   ...
}

Example response:

{
   "valid":true
}
Edited by Lyuben Penkovski