6 слов | 1 минута
Curl
POST
curl -X POST \
https://api.calltouch.ru/calls-service/RestAPI/requests/69331/register/ \
-H "Content-type: application/x-www-form-urlencoded;charset=utf-8" \
-d 'fio=admin&phoneNumber=7(999)999-99-99&subject=test2&sessionId=780613'
POST (json)
curl -X POST \
https://2dapp.ru/api/v1/login \
-H "Content-Type: application/json" \
-d '{
"email": "dimad13@olma.ru",
"password": "mixer12311"
}'
PUT
curl -X PUT \
https://2dapp.ru/api/v1/register \
-H "Content-Type: application/json" \
-d '{
"email": "dimad13@olma.ru",
"password": "mixer12311"
}'
GET
curl -X GET \
https://2dapp.ru/api/v1/token/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c/