Fill main

This commit is contained in:
CHIEFSOFT\ameye
2025-03-24 05:40:11 -04:00
parent d7f9318310
commit 67dfc32e4a
58 changed files with 2417 additions and 557 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"type": "object",
"properties": {
"status": {
"type": "string",
"example": "Success"
},
"message": {
"type": "string",
"example": "Transaction check completed successfully."
}
}
}