{ "user_id": "string" }
curl --location --request POST 'https://verify.mock.p8n.app/pocketsign.verify.v2.UserService/GetUser' \ --header 'Content-Type: application/json' \ --data-raw '{ "user_id": "string" }'
{ "user": { "id": "string", "created_at": "2019-08-24T14:15:22Z" } }