modifyResponse
Sets a function that modifies response headers. By default, these headers will be added:
if request is allowed:
`X-RateLimit-Limit` limit setting
`X-RateLimit-Remaining` amount of tokens left
`X-RateLimit-Reset` UTC timestamp for next limit reset time in seconds
Content copied to clipboard
if request is declined:
`Retry-After` time to wait for next limit reset time in seconds
Content copied to clipboard