Authorization: Bearer ********************
curl --location --request POST 'https://api.upbooks.io/api/v1/auth/token/bearer/refresh' \
--header 'ORGANIZATION-ID: 000000'
{
"data": {
"token": "string",
"tokenType": "BEARER",
"expireAt": "2019-08-24T14:15:22Z"
},
"message": "string"
}