Authorization: Bearer ********************
curl --location '/v1/contacts//show' \ --header 'Authorization: Bearer <token>'
{ "fullName": "string", "email": "user@example.com", "phone": "string" }