This commit is contained in:
ct
2025-07-01 20:54:26 +08:00
parent 70898ccd4c
commit 79e7d7a49e
42 changed files with 2742 additions and 97 deletions

11
MEMEAIGEN/PRICING.bru Normal file
View File

@@ -0,0 +1,11 @@
meta {
name: PRICING
type: http
seq: 2
}
post {
url: https://memeaigen.test/api/pricing
body: none
auth: none
}

9
MEMEAIGEN/bruno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"version": "1",
"name": "MEMEAIGEN",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}