{
    "info": {
        "name": "Premium SaaS Dating API (PHP 8.x PDO)",
        "description": "Jeton ekonomisi, Mod/Chat Modülü, GD Medya Entegrasyonu ve Google Play UGC kurallarıyla çalışan saf PHP arka uç API haritası.",
        "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
    },
    "item": [
        {
            "name": "1. Authentication (Kimlik Doğrulama)",
            "item": [
                {
                    "name": "Kayıt Ol (Register)",
                    "request": {
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "Test User",
                                    "type": "text"
                                },
                                {
                                    "key": "email",
                                    "value": "mobil@example.com",
                                    "type": "text"
                                },
                                {
                                    "key": "password",
                                    "value": "123456",
                                    "type": "text"
                                },
                                {
                                    "key": "gender",
                                    "value": "male",
                                    "type": "text"
                                },
                                {
                                    "key": "lat",
                                    "value": "41.0082",
                                    "type": "text"
                                },
                                {
                                    "key": "lng",
                                    "value": "28.9784",
                                    "type": "text"
                                },
                                {
                                    "key": "fcm_token",
                                    "value": "dQs_XYZ...",
                                    "type": "text"
                                }
                            ]
                        },
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/auth.php?action=register",
                            "host": [
                                "https:",
                                "",
                                "www.api.temaskur.com",
                                "api"
                            ],
                            "path": [
                                "auth.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "register"
                                }
                            ]
                        }
                    }
                },
                {
                    "name": "Giriş Yap (Login)",
                    "request": {
                        "method": "POST",
                        "header": [],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "email",
                                    "value": "mobil@example.com",
                                    "type": "text"
                                },
                                {
                                    "key": "password",
                                    "value": "123456",
                                    "type": "text"
                                }
                            ]
                        },
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/auth.php?action=login",
                            "host": [
                                "https:",
                                "",
                                "www.api.temaskur.com",
                                "api"
                            ],
                            "path": [
                                "auth.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "login"
                                }
                            ]
                        }
                    }
                }
            ]
        },
        {
            "name": "2. Profil ve Sosyal (Profile, Stories, Gifts)",
            "item": [
                {
                    "name": "Profil Bilgilerini Getir",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/profile.php?action=get",
                            "host": [
                                "https:",
                                "",
                                "www.api.temaskur.com",
                                "api"
                            ],
                            "path": [
                                "profile.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "get"
                                }
                            ]
                        }
                    }
                },
                {
                    "name": "Profil Fotoğrafı Yükle",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "photo",
                                    "type": "file",
                                    "src": ""
                                }
                            ]
                        },
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/profile.php?action=upload_photo",
                            "host": [
                                "https:",
                                "",
                                "www.api.temaskur.com",
                                "api"
                            ],
                            "path": [
                                "profile.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "upload_photo"
                                }
                            ]
                        }
                    }
                },
                {
                    "name": "Aktif Hikayeleri Listele",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/stories.php?action=list",
                            "host": [
                                "https:",
                                "",
                                "www.api.temaskur.com",
                                "api"
                            ],
                            "path": [
                                "stories.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "list"
                                }
                            ]
                        }
                    }
                },
                {
                    "name": "Hediyeleri Listele",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/gifts.php?action=list",
                            "host": [
                                "https:",
                                "",
                                "www.api.temaskur.com",
                                "api"
                            ],
                            "path": [
                                "gifts.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "list"
                                }
                            ]
                        }
                    }
                },
                {
                    "name": "Hediye Gönder",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "gift_id",
                                    "value": "1",
                                    "type": "text"
                                },
                                {
                                    "key": "receiver_id",
                                    "value": "2",
                                    "type": "text"
                                }
                            ]
                        },
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/gifts.php?action=send",
                            "host": [
                                "https:",
                                "",
                                "www.api.temaskur.com",
                                "api"
                            ],
                            "path": [
                                "gifts.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "send"
                                }
                            ]
                        }
                    }
                }
            ]
        },
        {
            "name": "3. Uygulama İçi Özellikler (Chat & Swipe)",
            "item": [
                {
                    "name": "Yakındaki Kullanıcılar (Swipe)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/swipe.php",
                            "host": [],
                            "path": [
                                "swipe.php"
                            ]
                        }
                    }
                },
                {
                    "name": "Sohbet Listesi (Conversations)",
                    "request": {
                        "method": "GET",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/chat.php?action=list",
                            "host": [],
                            "path": [
                                "chat.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "list"
                                }
                            ]
                        }
                    }
                },
                {
                    "name": "Mesaj Gönder",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "receiver_id",
                                    "value": "2",
                                    "type": "text"
                                },
                                {
                                    "key": "message_type",
                                    "value": "text",
                                    "type": "text"
                                },
                                {
                                    "key": "text",
                                    "value": "Merhaba!",
                                    "type": "text"
                                }
                            ]
                        },
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/chat.php?action=send",
                            "host": [],
                            "path": [
                                "chat.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "send"
                                }
                            ]
                        }
                    }
                }
            ]
        },
        {
            "name": "4. Finans ve Güvenlik",
            "item": [
                {
                    "name": "Play Store / App Store Makbuz Onayı (IAP)",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "platform",
                                    "value": "android",
                                    "type": "text",
                                    "description": "'android' veya 'ios'"
                                },
                                {
                                    "key": "receipt_token",
                                    "value": "playstore_satin_alma_token_buraya",
                                    "type": "text"
                                },
                                {
                                    "key": "package_id",
                                    "value": "1",
                                    "type": "text",
                                    "description": "Satın alınan token_packages ID'si"
                                }
                            ]
                        },
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/verify_receipt.php",
                            "host": [],
                            "path": [
                                "verify_receipt.php"
                            ]
                        }
                    }
                },
                {
                    "name": "Kullanıcı Raporlama (UGC Google Play Kuralları)",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "reported_id",
                                    "value": "2",
                                    "type": "text"
                                },
                                {
                                    "key": "reason",
                                    "value": "Sizi rahatsız eden unsur nedir?",
                                    "type": "text"
                                }
                            ]
                        },
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/safety.php?action=report",
                            "host": [
                                "https:",
                                "",
                                "www.api.temaskur.com",
                                "api"
                            ],
                            "path": [
                                "safety.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "report"
                                }
                            ]
                        }
                    }
                },
                {
                    "name": "Hesap Silme Talebi (Hard/Soft Delete KVKK)",
                    "request": {
                        "method": "POST",
                        "header": [
                            {
                                "key": "Authorization",
                                "value": "Bearer {{api_token}}",
                                "type": "text"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "reason",
                                    "value": "Uygulamayı kullanmaktan vazgeçtim ve verilerimi siliyorum.",
                                    "type": "text"
                                }
                            ]
                        },
                        "url": {
                            "raw": "https://www.api.temaskur.com/api/safety.php?action=delete_account",
                            "host": [
                                "https:",
                                "",
                                "www.api.temaskur.com",
                                "api"
                            ],
                            "path": [
                                "safety.php"
                            ],
                            "query": [
                                {
                                    "key": "action",
                                    "value": "delete_account"
                                }
                            ]
                        }
                    }
                }
            ]
        }
    ]
}