curl --location --request PUT 'https://api.pixiefixapp.com/api/v1/admin/quote/accept-quote' \ --header 'Content-Type: application/json' \ --data-raw '{ "quote_id": "string", "admin_accepted": true }'
{}