SHARK CRM PURE PHP API
======================

No Laravel. No Composer. No terminal needed on server.

UPLOAD STEPS:
1) Upload folder: shark_crm_php_api
2) Put it here for example:
   /projects/sharkCrm/v4/api/shark_crm_php_api/
3) Open:
   https://amctag.me/projects/sharkCrm/v4/api/shark_crm_php_api/api/ping

If it shows success=true, API is working.

DATABASE:
Edit config/database.php if database credentials change.
Current credentials are copied from the original web CRM connect.php.

LOGIN ENDPOINT:
POST /api/login
Body JSON:
{
  "email": "admin@sharkcrm.com",
  "password": "admin123"
}

FLUTTER BASE URL:
https://amctag.me/projects/sharkCrm/v4/api/shark_crm_php_api/api

NOTES:
- API automatically creates crm_api_tokens table on first request.
- It uses existing CRM users/customers/items/leads/stage tables.
- Do not run SQL migrations unless you want demo data.
