curl --request POST \
--url https://api.connect.bluelayer.tech/v1/orgs/{orgName}/channels/{channelSlug}/rfis/{rfiId}/responses/{listingId}/reply \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "accepted"
}
'