Key-Value Pair Object
Contains key-pair data.
keystring
Key of the key-value pair.
Example:
retry-after
valuestring
Value of the key-value pair. Will always be a string, even if numeric.
Example:
98
Key-Value Pair Object
{
"key": "retry-after",
"value": "98"
}