Authorization: Bearer ********************curl --location '/auth/refresh' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"refresh_token": "eyJ0eXBlIjoicmVmcmVzaCIsImlkIjoxfQ..."
}'{
"token_type": "Bearer",
"access_token": "string",
"refresh_token": "string",
"expires_in": 3600,
"refresh_expires_in": 604800
}