curl --request PATCH \
--url https://api.readmin.app/ranking/join-requests/{userId} \
--header 'api-key: <api-key>'
{
"success": true,
"message": "User was accepted into the group."
}
curl --request PATCH \
--url https://api.readmin.app/ranking/join-requests/{userId} \
--header 'api-key: <api-key>'
{
"success": true,
"message": "User was accepted into the group."
}
Success
The response is of type object
.