mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
Generate clients (#206)
This commit is contained in:
8
examples/emoji/send/curl/sendATextContainingAnEmojiToAnyoneViaSms.sh
Executable file
8
examples/emoji/send/curl/sendATextContainingAnEmojiToAnyoneViaSms.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
curl "https://api.m3o.com/v1/emoji/Send" \
|
||||
-H "Content-Type: application/json" \
|
||||
-H "Authorization: Bearer $MICRO_API_TOKEN" \
|
||||
-d '{
|
||||
"from": "Alice",
|
||||
"message": "let's grab a :beer:",
|
||||
"to": "+44782669123"
|
||||
}'
|
||||
Reference in New Issue
Block a user