Add contact to group
Endpoint: https://account.mobilesasa.com/api/groups
# | Headers | Params | Response |
---|---|---|---|
1 | Content-Type: application/json |
|
|
2 | Accept: application/json | ||
3 | Authorization: Bearer access_token |
Curl example:
curl -X POST \
https://account.mobilesasa.com/api/groups \
-H 'Accept: application/json' \
-H 'Authorization: Bearer access_token' \
-H 'Content-Type: application/json' \
-d '{
"api_key": "your_api_key"
}'