Керл пост JSON
curl -X POST -H "Content-Type: application/json" \
-d '{"username":"abc","password":"abc"}' \
https://api.example.com/v2/login
Poised Pheasant
curl -X POST -H "Content-Type: application/json" \
-d '{"username":"abc","password":"abc"}' \
https://api.example.com/v2/login
curl -X POST -H "Content-Type: text/plain" --data "this is raw data" http://78.41.xx.xx:7778/
curl --location --request POST 'http://192.168.98.155:8110/api/v1/customer/MG/check/261342577188/1123740867415' \--header 'mm_operator_id: MMO.OOO1' \--header 'Authorization: Basic TWF0cmlYaXJ0YU06N2MxRDg2ODdhMDI5NGM0ZQ==' \--header 'Content-Type: application/json' \--d {"msisdn":"261342577188","amount":"100","from":"261342577188","sourceTxnId":"mfBabaTr0388910","reason":"Loan Repayment","accountID":"1122222607415","mmOperatorId":"MMO.00001","transferType":"W2B"}
curl -X 'POST' \
'https://v4.chatpro.com.br/chatpro-pap1awboek/api/v1/send_message' \
-H 'accept: application/json' \
-H 'Authorization: u4s1ej2dayvudfpe18y6gkmo6vjg4l' \
-H 'Content-Type: application/json' \
-d '{
"message": "string",
"number": "48999851795",
"quoted_message_id": "string"
}'
curl --location --request POST 'http://192.168.98.155:8110/api/v1/customer/MG/check/261342577188/1123740867415' \--header 'mm_operator_id: MMO.OOO1' \--header 'Authorization: Basic TWF0cmlYaXJ0YU06N2MxRDg2ODdhMDI5NGM0ZQ==' \--header 'Content-Type: application/json' \--data {"msisdn":"261342577188","amount":"100","from":"261342577188","sourceTxnId":"mfBabaTr0388910","reason":"Loan Repayment","accountID":"1122222607415","mmOperatorId":"MMO.00001","transferType":"W2B"}