Files
services/examples/user/update/curl/updateAnAccount.sh
2021-09-21 16:36:39 +01:00

7 lines
194 B
Bash
Executable File

curl "https://api.m3o.com/v1/user/Update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"email": "joeotheremail@example.com",
"id": "usrid-1"
}'