curl --request PUT \
--url https://olive-gateway-a6ba.onrender.com/api/v1/admin/users/{id}/status \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "<string>"
}
'{}Activates, suspends, or deactivates a user account
curl --request PUT \
--url https://olive-gateway-a6ba.onrender.com/api/v1/admin/users/{id}/status \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "<string>"
}
'{}