curl --location 'https://api.techrar.com/api/v1/merchant/sales-channels/profile/connections/5/reject/' \
--header 'app-id: 4' \
--header 'org-id: 70' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"reason": "did not comply to our policies"
}'{
"id": 5,
"status": "rejected",
"rejection_reason": "did not comply to our policies",
"approved_at": null,
"provider": {
"id": 4,
"name_en": "Salus",
"name_ar": "سالُس",
"logo": "/media/uploads/restaurants/logos/2025/02/08/38706769-66eb-4a57-bcb7-0935d1a7c25c.png"
}
}