curl --location --request POST 'https://api.byelabel.com/v1/refresh-token' \
--header 'X-Workspace-Id: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": ""
}'{
"success": true,
"payload": {
"id": "string",
"access": {
"token": "string",
"expires_in": 0
},
"refresh": {
"token": "string",
"expires_in": 0
}
},
"transaction": {
"id": "string",
"response_time": 0
}
}