Your API Service

This page provides documentation for the Your API Service.

API Endpoint

/yourapiservice

Request Example

curl -X POST https://yourdomain.com/yourapiservice \
-H "Content-Type: application/json" \
-d '{"key":"value"}'

Response Example

{
    "response": "data"
}