curl --location --request POST 'http://localhost:3000/api/orgs//resume' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{ "reactivationNotes": "Payment received" }'{
"status": "ok",
"message": "Organization resumed successfully",
"data": {
"orgId": "1c1bdce4-840a-463c-991d-d3f007628754",
"isSuspended": false
}
}