API call
API call refers to the process of requesting a specific action from the Cocktail server.
API call
## CURL Command Sample
curl -X POST http://${API-GATEWAY}/api/pl/list/service/2 \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer [token]curl -X POST http://${API-GATEWAY}/api/pl/list/service/2 \-H 'Content-Type: application/json' \-H 'Authorization: Bearer [token]
Last updated