docs: update README and add example configuration files

This commit is contained in:
danielvici123
2026-06-08 21:27:16 +02:00
parent 922b7170a4
commit d778a5d37e
3 changed files with 46 additions and 1 deletions

8
response.json.example Normal file
View File

@@ -0,0 +1,8 @@
{
"status": "success",
"message": "This is an example response from DHL mock server.",
"data": {
"id": 1,
"name": "Test Object"
}
}