9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"api_key": "YOUR_API_KEY_HERE",
|
|
"endpoint": "https://api.example.com/v1",
|
|
"timeout": 30,
|
|
"headers": {
|
|
"Content-Type": "application/json"
|
|
}
|
|
}
|