Authorization: Bearer ********************
curl --location '/tasks/1/share' \ --header 'Authorization: Bearer <token>'
{ "token": "string", "isActive": true, "expiresAt": "2019-08-24T14:15:22.123Z", "createdAt": "2019-08-24T14:15:22.123Z" }