{{ domain }} - API Terminal
$ curl -X GET {{ apiUrl }}/user/profile
GET {{ apiUrl }}/user/profile
HTTP/1.1 200 OK {{ currentTime }}
{
  "status": "success",
  "data": {
    "id": {{ profile.id }},
    "name": "{{ profile.name }}",
    "email": "{{ profile.email }}",
    "phone": "{{ profile.phone }}",
    "location": "{{ profile.address }}",
    "domain": "{{ domain }}",
    "preferences": {
      "accept_calls": "{{ profile.acceptCalls }}"
    },
    "last_updated": "{{ profile.lastUpdated }}"
  }
}
🎵 Music Player API
TRACK
{{ currentTrack.title }}
ARTIST
{{ currentTrack.artist }}
COMPOSER
{{ currentTrack.composer }}
LYRICIST
{{ currentTrack.lyricist }}
{{ formatTime(currentTime) }} / {{ formatTime(duration) }}
{{ line.text }}
⚠️ Notice: {{ phoneNote }}
📚 API Documentation

Base URL: {{ apiUrl }}

Version: v1.0.0

Rate Limit: 1000 requests/hour

Authentication: API Key required


Available Endpoints:

GET /user/profile - Get user information

GET /user/status - Check availability status

POST /contact - Send contact message

GET /music/current - Get current playing track

POST /music/play - Control music playback